Skip to content

Commit

Permalink
build: python3.14 nightly
Browse files Browse the repository at this point in the history
  • Loading branch information
nedbat committed May 12, 2024
1 parent 2040bce commit aceffa6
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 @@ -58,6 +58,7 @@ jobs:
# https://launchpad.net/~deadsnakes/+archive/ubuntu/nightly/+packages
- "3.12-dev"
- "3.13-dev"
- "3.14-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 @@ -46,7 +46,7 @@ commands =
python -m pip install {env:COVERAGE_PIP_ARGS} -q -e .
python igor.py test_with_core ctrace {posargs}

py3{12,13},anypy: python igor.py test_with_core sysmon {posargs}
py3{12,13,14},anypy: python igor.py test_with_core sysmon {posargs}

# Remove the C extension so that we can test the PyTracer
python igor.py remove_extension
Expand Down Expand Up @@ -129,4 +129,5 @@ python =
3.11 = py311
3.12 = py312
3.13 = py313
3.14 = py314
pypy-3 = pypy3

0 comments on commit aceffa6

Please sign in to comment.