Skip to content

Commit b15926a

Browse files
committed
Add python 3.12 to CI
1 parent 51533f2 commit b15926a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ jobs:
66
strategy:
77
fail-fast: false
88
matrix:
9-
python-version: [3.7, 3.8, 3.9, '3.10', '3.11']
9+
python-version: [3.7, 3.8, 3.9, '3.10', '3.11', '3.12']
1010
os: [ubuntu-20.04, macos-11, macos-12, windows-2019]
1111
runs-on: ${{ matrix.os }}
1212
steps:

0 commit comments

Comments
 (0)