Skip to content

Commit a777498

Browse files
Test with Python 3.12 too
1 parent f3f0fec commit a777498

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/python-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
strategy:
99
matrix:
1010
os: [ubuntu-latest, windows-latest, macOS-latest]
11-
python-version: ["3.7", "3.9", "3.10", "3.11"]
11+
python-version: ["3.7", "3.9", "3.10", "3.11", "3.12"]
1212
architecture: [x64, x86]
1313
exclude:
1414
- os: ubuntu-latest

0 commit comments

Comments
 (0)