Skip to content

Commit 3bf576e

Browse files
committed
Add Python 3.13 testing to CI
1 parent 0665066 commit 3bf576e

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/tests.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
# Not all Python versions are available for linux AND x64
1717
# https://raw.githubusercontent.com/actions/python-versions/main/versions-manifest.json
1818
os: ['ubuntu-latest']
19-
python-version: ['3.7', '3.8', '3.9', '3.10', '3.11', '3.12', 'pypy-3.7', 'pypy-3.8', 'pypy-3.9']
19+
python-version: ['3.7', '3.8', '3.9', '3.10', '3.11', '3.12', '3.13', 'pypy-3.7', 'pypy-3.8', 'pypy-3.9']
2020
extra: ['', '-smtp']
2121
# The forced pytest versions correspond with the lower bounds in tox.ini
2222
pytest-version: ['', '--force-dep pytest==4', '--force-dep pytest==6.2.4']
@@ -30,6 +30,8 @@ jobs:
3030
pytest-version: '--force-dep pytest==4'
3131
- python-version: '3.12'
3232
pytest-version: '--force-dep pytest==4'
33+
- python-version: '3.13'
34+
pytest-version: '--force-dep pytest==4'
3335
fail-fast: false
3436

3537
steps:

0 commit comments

Comments
 (0)