We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 36615a4 commit 9e7f672Copy full SHA for 9e7f672
.github/workflows/pythonpackage.yml
@@ -6,7 +6,7 @@ jobs:
6
python-check:
7
strategy:
8
matrix:
9
- python-version: [ "3.8", "3.9", "3.10", "3.11" ]
+ python-version: [ "3.8", "3.9", "3.10", "3.11", "3.12" ]
10
platform: [ ubuntu-20.04, macos-latest, windows-latest ]
11
runs-on: ${{ matrix.platform }}
12
steps:
0 commit comments