Skip to content

Commit bf76e20

Browse files
committed
Add Python 3.13, 3.14 and PyPy 3.11 to the testing
1 parent 84cb2a0 commit bf76e20

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.github/workflows/main.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,23 +12,23 @@ jobs:
1212
fail-fast: false
1313
matrix:
1414
os: [ubuntu-latest]
15-
python: ['pypy3.11', '3.10', '3.11', '3.12']
15+
python: ['pypy3.11', '3.10', '3.11', '3.12', '3.13', '3.14']
1616
toxenv: [py]
1717
include:
1818
# windows
1919
- os: windows-latest
20-
python: '3.12'
20+
python: '3.14'
2121
toxenv: py
2222
# typing
2323
- os: ubuntu-latest
2424
python: '3.10'
2525
toxenv: typing
2626
# misc
2727
- os: ubuntu-latest
28-
python: '3.12'
28+
python: '3.14'
2929
toxenv: docs
3030
- os: ubuntu-latest
31-
python: '3.12'
31+
python: '3.14'
3232
toxenv: pre-commit
3333
runs-on: ${{ matrix.os }}
3434
steps:

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[tox]
2-
envlist = py{310,311,312},lint,typing
2+
envlist = py{310,311,312,313,314},lint,typing
33

44
[testenv]
55
pip_pre = False

0 commit comments

Comments
 (0)