Skip to content

Commit f27b1fb

Browse files
committed
Remove 3.14
1 parent 739bd2f commit f27b1fb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/python.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
fail-fast: false
1919
max-parallel: 1
2020
matrix:
21-
python-version: ["3.10", "3.11", "3.12", "3.13", "3.14"]
21+
python-version: ["3.10", "3.11", "3.12", "3.13"]
2222
steps:
2323
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
2424
- name: Set up Python ${{ matrix.python-version }}

0 commit comments

Comments
 (0)