Skip to content

Commit 4de2baf

Browse files
committed
Remove support for python 3.14
1 parent 041c617 commit 4de2baf

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

.github/workflows/test_accuracy.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@ jobs:
2222
- "3.11"
2323
- "3.12"
2424
- "3.13"
25-
- "3.14"
2625
name: pr test accuracy (${{ matrix.os }}, Python ${{ matrix.python-version }})
2726
runs-on: ${{ matrix.os }}
2827
steps:

.github/workflows/test_precommit.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@ jobs:
2222
- "3.11"
2323
- "3.12"
2424
- "3.13"
25-
- "3.14"
2625
name: pr pre-commit test (${{ matrix.os }}, Python ${{ matrix.python-version }})
2726
runs-on: ${{ matrix.os }}
2827
steps:

0 commit comments

Comments
 (0)