Skip to content

Commit 8c2e49a

Browse files
authored
Run tests on Python 3.12
https://www.python.org/downloads/
1 parent 45e87c1 commit 8c2e49a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,11 @@ jobs:
1313
strategy:
1414
max-parallel: 2
1515
matrix:
16-
python-version: ["3.9", "3.10", "3.11"]
16+
python-version: ["3.9", "3.10", "3.11", "3.12"]
1717
steps:
1818
- uses: actions/checkout@v4
1919
with:
20-
submodules: 'true'
20+
submodules: "true"
2121
- uses: actions/setup-node@v3
2222
with:
2323
node-version: "16.x"

0 commit comments

Comments
 (0)