We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a1106ec commit 1439639Copy full SHA for 1439639
1 file changed
.github/workflows/ci.yml
@@ -17,7 +17,7 @@ jobs:
17
strategy:
18
fail-fast: false
19
matrix:
20
- python: ['3.9', '3.10', '3.11']
+ python: ['3.10', '3.11']
21
os: [ubuntu-latest, macos-latest]
22
23
env:
0 commit comments