Skip to content

Commit b525333

Browse files
committed
bump version
1 parent 208cdc8 commit b525333

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/test-package.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
strategy:
1818
matrix:
1919
# Define the Python versions you want to test
20-
python-version: ["3.9", "3.10", "3.11", "3.12", "3.13"]
20+
python-version: ["3.10", "3.11", "3.12", "3.13"]
2121
steps:
2222
- uses: actions/checkout@v2
2323

.github/workflows/test-unit.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
strategy:
1717
matrix:
1818
# Define the Python versions you want to test
19-
python-version: ["3.9", "3.10", "3.11", "3.12", "3.13"]
19+
python-version: ["3.10", "3.11", "3.12", "3.13"]
2020
steps:
2121
- uses: actions/checkout@v2
2222

0 commit comments

Comments
 (0)