Skip to content

Commit a913819

Browse files
committed
github CI: added testing on python 3.11 and 3.12 #20
1 parent 5384d2f commit a913819

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
fail-fast: false # To see all versions that fail.
1111
matrix:
1212
os: ["ubuntu", "windows", "macos"]
13-
python: ["3.7", "3.8", "3.9", "3.10"] # https://devguide.python.org/versions/#versions
13+
python: ["3.7", "3.8", "3.9", "3.10", "3.11", "3.12"] # https://devguide.python.org/versions/#versions
1414

1515
runs-on: ${{ matrix.os }}-latest
1616

0 commit comments

Comments
 (0)