Skip to content

Commit 926b953

Browse files
committed
Drop Python 3.14 from CI workflow
Removed Python version 3.14 from CI workflow matrix.
1 parent 346a9aa commit 926b953

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.10", "3.11", "3.12", "3.13", "3.14" ]
27+
python-version: [ "3.10", "3.11", "3.12", "3.13" ]
2828
steps:
2929
- name: checkout
3030
uses: actions/checkout@v6

0 commit comments

Comments
 (0)