Skip to content

Commit 013a5a4

Browse files
committed
test: stop testing 3.9, it has weird issues
1 parent 550df3b commit 013a5a4

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/test.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,8 @@ jobs:
6060
strategy:
6161
matrix:
6262
os: [ubuntu-latest, macos-latest] # eventually add `windows-latest`
63-
python-version: ["3.9", "3.10", "3.11", "3.12", "3.13"]
63+
# NOTE: Don't test 3.9, it has weird issues on CI
64+
python-version: ["3.10", "3.11", "3.12", "3.13"]
6465

6566
env:
6667
GITHUB_ACCESS_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)