Skip to content

Commit 261a8fd

Browse files
Test on 3.14
1 parent 52dba92 commit 261a8fd

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,7 @@ jobs:
5959
- "3.11"
6060
- "3.12"
6161
- "3.13"
62+
- "3.14"
6263
- "pypy-3.9"
6364
- "pypy-3.10"
6465
os: ["ubuntu-latest"]
@@ -76,6 +77,7 @@ jobs:
7677
- name: Set up Python ${{ matrix.python-version }}
7778
uses: actions/setup-python@v5
7879
with:
80+
allow-prereleases: true
7981
python-version: ${{ matrix.python-version }}
8082
- name: Install tox and upgrade setuptools
8183
run: pip install --upgrade tox setuptools

0 commit comments

Comments
 (0)