Skip to content

Commit 320f69e

Browse files
authored
Exclude Python 3.14 because of ast changes
Commented out Python version 3.14 in CI matrix.
1 parent 7549196 commit 320f69e

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

.github/workflows/ci.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -13,14 +13,14 @@ jobs:
1313
fail-fast: false
1414
matrix:
1515
python-version:
16-
- 3.8
17-
- 3.9
18-
- 3.10
19-
- 3.11
20-
- 3.12
21-
- 3.13
22-
- 3.14
23-
- pypy3.11
16+
- "3.8"
17+
- "3.9"
18+
- "3.10"
19+
- "3.11"
20+
- "3.12"
21+
- "3.13"
22+
# - "3.14"
23+
- "pypy3.11"
2424

2525
steps:
2626
- uses: actions/checkout@v6

0 commit comments

Comments
 (0)