Skip to content

Commit

Permalink
test(build): can we run nightly tests on 3.13?
Browse files Browse the repository at this point in the history
  • Loading branch information
nedbat committed Aug 9, 2023
1 parent e51b1f7 commit 6665f1a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/python-nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ jobs:
# https://launchpad.net/~deadsnakes/+archive/ubuntu/nightly/+packages
- "3.11-dev"
- "3.12-dev"
- "3.13-dev"
# https://github.com/actions/setup-python#available-versions-of-pypy
- "pypy-3.8-nightly"
- "pypy-3.9-nightly"
Expand Down
3 changes: 2 additions & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
[tox]
# When changing this list, be sure to check the [gh] list below.
# PYVERSIONS
envlist = py{38,39,310,311,312}, pypy3, doc, lint, mypy
envlist = py{38,39,310,311,312,313}, pypy3, doc, lint, mypy
skip_missing_interpreters = {env:COVERAGE_SKIP_MISSING_INTERPRETERS:True}
toxworkdir = {env:TOXWORKDIR:.tox}

Expand Down Expand Up @@ -122,4 +122,5 @@ python =
3.10 = py310
3.11 = py311
3.12 = py312
3.13 = py313
pypy-3 = pypy3

0 comments on commit 6665f1a

Please sign in to comment.