We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 550df3b commit 013a5a4Copy full SHA for 013a5a4
1 file changed
.github/workflows/test.yaml
@@ -60,7 +60,8 @@ jobs:
60
strategy:
61
matrix:
62
os: [ubuntu-latest, macos-latest] # eventually add `windows-latest`
63
- python-version: ["3.9", "3.10", "3.11", "3.12", "3.13"]
+ # NOTE: Don't test 3.9, it has weird issues on CI
64
+ python-version: ["3.10", "3.11", "3.12", "3.13"]
65
66
env:
67
GITHUB_ACCESS_TOKEN: ${{ secrets.GITHUB_TOKEN }}
0 commit comments