We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9b86c4b commit 00bdea7Copy full SHA for 00bdea7
.github/workflows/pythonpackage.yml
@@ -33,7 +33,7 @@ jobs:
33
fail-fast: false
34
matrix:
35
os: [windows-latest, macos-latest, ubuntu-latest]
36
- python-version: [3.7, 3.8, 3.9, "3.10", "3.11"]
+ python-version: [3.8, 3.9, "3.10", "3.11", "3.12"]
37
38
steps:
39
- uses: actions/checkout@v2
0 commit comments