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 577f905 commit a8b0716Copy full SHA for a8b0716
.github/workflows/build.yml
@@ -21,7 +21,7 @@ jobs:
21
strategy:
22
fail-fast: false
23
matrix:
24
- python: ["3.8", "3.9", "3.10", "3.11"]
+ python: ["3.8", "3.9", "3.10", "3.11", "3.12"]
25
os: ["ubuntu-latest", "macos-latest"]
26
steps:
27
- uses: actions/setup-python@v4
0 commit comments