Skip to content

Commit 953caec

Browse files
committed
Add 3.14 to the CI matrix
1 parent 8725b52 commit 953caec

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/tests.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,8 @@ jobs:
6161
- "3.12"
6262
- "3.13"
6363
- "3.13t"
64+
- "3.14"
65+
- "3.14t"
6466
- "pypy-3.9"
6567
exclude:
6668
- os:
@@ -79,6 +81,7 @@ jobs:
7981
with:
8082
python-version: ${{ matrix.python }}
8183
cache: pip
84+
allow-prereleases: true
8285

8386
- name: Install dependencies
8487
run: python -m pip install tox

0 commit comments

Comments
 (0)