We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 59b61c9 commit 1746e01Copy full SHA for 1746e01
1 file changed
.github/workflows/integration.yml
@@ -19,7 +19,7 @@ jobs:
19
runs-on: ubuntu-latest
20
strategy:
21
matrix:
22
- python-version: [ '3.9', '3.10', '3.11', '3.12', '3.13' ]
+ python-version: [ '3.10', '3.11', '3.12', '3.13' ]
23
fail-fast: false
24
25
steps:
0 commit comments