We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b1feea8 commit 2e881d6Copy full SHA for 2e881d6
1 file changed
.github/workflows/ci.yml
@@ -14,7 +14,7 @@ jobs:
14
fail-fast: false
15
matrix:
16
os: [ubuntu-latest, macos-latest, windows-latest]
17
- python-version: ["3.12", "3.13"]
+ python-version: ["3.12", "3.13", "3.11", "3.10"]
18
19
steps:
20
- uses: actions/checkout@v4
0 commit comments