Skip to content

Commit 4aa60c6

Browse files
committed
remove 3.9 support
1 parent ec3fd85 commit 4aa60c6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
runs-on: ubuntu-latest
3030
strategy:
3131
matrix:
32-
python-version: ["3.9", "3.10", "3.11", "3.12", "3.13"]
32+
python-version: ["3.10", "3.11", "3.12", "3.13"]
3333
fail-fast: false
3434
defaults:
3535
run:

0 commit comments

Comments
 (0)