We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8172fd3 commit 090b407Copy full SHA for 090b407
1 file changed
.github/workflows/unit-tests.yaml
@@ -12,7 +12,7 @@ jobs:
12
strategy:
13
matrix:
14
# Test against all Python versions supported in pyproject.toml
15
- python-version: ["3.9", "3.10", "3.11", "3.12", "3.13"]
+ python-version: ["3.10", "3.11", "3.12", "3.13"]
16
17
steps:
18
- name: Checkout code
0 commit comments