Skip to content

Commit 91eb4b8

Browse files
committed
Update Python versions in CI workflow
1 parent 309301f commit 91eb4b8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
fail-fast: false
2525
matrix:
2626
os: [ "ubuntu-latest", "macos-latest", "macos-14" ]
27-
python-version: [ "3.9", "3.10", "3.11", "3.12", "3.13" ]
27+
python-version: [ "3.10", "3.11", "3.12", "3.13", "3.14" ]
2828
steps:
2929
- name: checkout
3030
uses: actions/checkout@v6

0 commit comments

Comments
 (0)