Skip to content

Commit 60f8b49

Browse files
committed
Remove 3.9 from test scope due of EOL
1 parent 85da305 commit 60f8b49

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
strategy:
1919
fail-fast: false
2020
matrix:
21-
python-version: [ '3.9', '3.10', '3.11', '3.12', '3.13', '3.14' ]
21+
python-version: [ '3.10', '3.11', '3.12', '3.13', '3.14' ]
2222

2323
steps:
2424
- uses: actions/checkout@v6

0 commit comments

Comments
 (0)