Skip to content

Commit 5b31764

Browse files
committed
CI: remove Python 3.14 (l9format not compatible yet)
1 parent 708cff5 commit 5b31764

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/actions.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ jobs:
66
strategy:
77
fail-fast: false
88
matrix:
9-
python-version: ["3.13", "3.14"]
9+
python-version: ["3.13"]
1010
poetry-version: ["2.3.1"]
1111
os: [ubuntu-latest, macos-latest, windows-latest]
1212
runs-on: ${{ matrix.os }}

0 commit comments

Comments
 (0)