Skip to content

Commit dc7212e

Browse files
committed
ci: add py3.12 to tests (#887)
1 parent c2c42d5 commit dc7212e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: .github/workflows/pythonpackage.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ jobs:
66
python-check:
77
strategy:
88
matrix:
9-
python-version: [ "3.8", "3.9", "3.10", "3.11" ]
9+
python-version: [ "3.8", "3.9", "3.10", "3.11", "3.12" ]
1010
platform: [ ubuntu-20.04, macos-latest, windows-latest ]
1111
runs-on: ${{ matrix.platform }}
1212
steps:

0 commit comments

Comments
 (0)