We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a3cfcef commit 4f3519dCopy full SHA for 4f3519d
.github/workflows/build.yaml
@@ -44,7 +44,7 @@ jobs:
44
runs-on: ubuntu-latest
45
strategy:
46
matrix:
47
- python-version: ['3.9', '3.13']
+ python-version: ['3.9', '3.10', '3.11', '3.12', '3.13']
48
49
steps:
50
- name: Checkout repository
0 commit comments