We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b2d9b64 commit d8f19b4Copy full SHA for d8f19b4
.github/workflows/pythonpackage.yml
@@ -15,7 +15,7 @@ jobs:
15
runs-on: ${{ matrix.os }}
16
strategy:
17
matrix:
18
- python-version: [3.7, 3.8, 3.9, "3.10", "3.11", "3.12.0-alpha.7"]
+ python-version: [3.7, 3.8, 3.9, "3.10", "3.11", "3.12.0-beta.4"]
19
os: [ubuntu-latest]
20
include:
21
- python-version: 3.6
0 commit comments