Skip to content

Commit 52c9916

Browse files
committed
remove python 3.9 support
1 parent 3bce681 commit 52c9916

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/python-package-main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
runs-on: ubuntu-latest
2525
strategy:
2626
matrix:
27-
python-version: ["3.9", "3.10", "3.11", "3.12", "3.13"]
27+
python-version: ["3.10", "3.11", "3.12", "3.13"]
2828
fail-fast: false
2929
defaults:
3030
run:

0 commit comments

Comments
 (0)