We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 89cff67 commit a9ab8ecCopy full SHA for a9ab8ec
.github/workflows/python-package.yml
@@ -20,7 +20,7 @@ jobs:
20
strategy:
21
matrix:
22
os: [ubuntu-latest, windows-latest]
23
- python-version: ["3.8", "3.9", "3.10", "3.11"]#, "3.12.0-beta.4"]
+ python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"]
24
runs-on: ${{ matrix.os }}
25
26
steps:
0 commit comments