Skip to content

Commit

Permalink
Run tests on Python 3.13
Browse files Browse the repository at this point in the history
  • Loading branch information
hroncok committed Jun 19, 2024
1 parent 1079613 commit 0e7aa18
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/ci-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ jobs:
- "3.10"
- "3.11"
- "3.12"
- "3.13-dev"
- "pypy-3.8"
os:
- "ubuntu-20.04"
Expand Down
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ def readfile(name):
tests_require = [
'webtest >= 1.3.1', # py3 compat
'zope.component >= 4.0', # py3 compat
'legacy-cgi;python_version>="3.13"', # needed by webob, Pylons/webob#437
]

docs_extras = [
Expand Down
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[tox]
envlist =
lint,
py38,py39,py310,py311,py312,pypy3,
py38,py39,py310,py311,py312,py313,pypy3,
py312-cover,coverage,
docs

Expand Down

0 comments on commit 0e7aa18

Please sign in to comment.