We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2dfe0a9 commit 898f1e4Copy full SHA for 898f1e4
1 file changed
.github/workflows/build-and-publish.yaml
@@ -23,7 +23,7 @@ jobs:
23
runs-on: ubuntu-latest
24
strategy:
25
matrix:
26
- python-version: ["3.8"]
+ python-version: ["3.8","3.9","3.10","3.11","3.12","3.13"]
27
28
steps:
29
- uses: actions/checkout@v4
0 commit comments