Skip to content

Commit e05f60c

Browse files
committed
build: python3.14 nightly
1 parent 2040bce commit e05f60c

File tree

3 files changed

+4
-1
lines changed

3 files changed

+4
-1
lines changed

.github/workflows/python-nightly.yml

+1
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,7 @@ jobs:
5858
# https://launchpad.net/~deadsnakes/+archive/ubuntu/nightly/+packages
5959
- "3.12-dev"
6060
- "3.13-dev"
61+
- "3.14-dev"
6162
# https://github.com/actions/setup-python#available-versions-of-pypy
6263
- "pypy-3.8-nightly"
6364
- "pypy-3.9-nightly"

setup.py

+1
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@
3232
Programming Language :: Python :: 3.11
3333
Programming Language :: Python :: 3.12
3434
Programming Language :: Python :: 3.13
35+
Programming Language :: Python :: 3.14
3536
Programming Language :: Python :: Implementation :: CPython
3637
Programming Language :: Python :: Implementation :: PyPy
3738
Topic :: Software Development :: Quality Assurance

tox.ini

+2-1
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ commands =
4646
python -m pip install {env:COVERAGE_PIP_ARGS} -q -e .
4747
python igor.py test_with_core ctrace {posargs}
4848

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

5151
# Remove the C extension so that we can test the PyTracer
5252
python igor.py remove_extension
@@ -129,4 +129,5 @@ python =
129129
3.11 = py311
130130
3.12 = py312
131131
3.13 = py313
132+
3.14 = py314
132133
pypy-3 = pypy3

0 commit comments

Comments
 (0)