Skip to content

Commit 4bc8f79

Browse files
authored
feat: add testing on Python 3.14 (#1130)
1 parent 21a64ee commit 4bc8f79

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:
@@ -78,6 +80,7 @@ jobs:
7880
uses: actions/setup-python@v6
7981
with:
8082
python-version: ${{ matrix.python }}
83+
allow-prereleases: true
8184
cache: pip
8285

8386
- name: Install dependencies

0 commit comments

Comments
 (0)