Skip to content

Commit ead153a

Browse files
committed
Test on newer Python versions
1 parent 1e73492 commit ead153a

File tree

6 files changed

+38
-17
lines changed

6 files changed

+38
-17
lines changed

.github/workflows/python_ci.yml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,18 +22,19 @@ jobs:
2222
runs-on: "windows-2019"
2323
continue-on-error: ${{ matrix.config.experimental }}
2424
env:
25-
USING_COVERAGE: '3.10,3.11,3.12.0-rc.1,pypy-3.6,pypy-3.7,pypy-3.8,pypy-3.9'
25+
USING_COVERAGE: '3.10,3.11,3.12,3.13.0-alpha.1,pypy-3.6,pypy-3.7,pypy-3.8,pypy-3.9'
2626

2727
strategy:
2828
fail-fast: False
2929
matrix:
3030
config:
3131
- {python-version: "3.10", testenvs: "py310,build", experimental: False}
3232
- {python-version: "3.11", testenvs: "py311,build", experimental: False}
33-
- {python-version: "3.12.0-rc.1", testenvs: "py312-dev,build", experimental: True}
33+
- {python-version: "3.12", testenvs: "py312,build", experimental: False}
34+
- {python-version: "3.13.0-alpha.1", testenvs: "py313-dev,build", experimental: True}
3435
- {python-version: "pypy-3.6", testenvs: "pypy36", experimental: False}
35-
- {python-version: "pypy-3.7", testenvs: "pypy37,build", experimental: True}
36-
- {python-version: "pypy-3.8", testenvs: "pypy38,build", experimental: True}
36+
- {python-version: "pypy-3.7", testenvs: "pypy37,build", experimental: False}
37+
- {python-version: "pypy-3.8", testenvs: "pypy38,build", experimental: False}
3738
- {python-version: "pypy-3.9", testenvs: "pypy39,build", experimental: True}
3839

3940
steps:

.github/workflows/python_ci_linux.yml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,18 +23,19 @@ jobs:
2323
runs-on: "ubuntu-20.04"
2424
continue-on-error: ${{ matrix.config.experimental }}
2525
env:
26-
USING_COVERAGE: '3.10,3.11,3.12.0-rc.1,pypy-3.6,pypy-3.7,pypy-3.8,pypy-3.9'
26+
USING_COVERAGE: '3.10,3.11,3.12,3.13.0-alpha.1,pypy-3.6,pypy-3.7,pypy-3.8,pypy-3.9'
2727

2828
strategy:
2929
fail-fast: False
3030
matrix:
3131
config:
3232
- {python-version: "3.10", testenvs: "py310,build", experimental: False}
3333
- {python-version: "3.11", testenvs: "py311,build", experimental: False}
34-
- {python-version: "3.12.0-rc.1", testenvs: "py312-dev,build", experimental: True}
34+
- {python-version: "3.12", testenvs: "py312,build", experimental: False}
35+
- {python-version: "3.13.0-alpha.1", testenvs: "py313-dev,build", experimental: True}
3536
- {python-version: "pypy-3.6", testenvs: "pypy36,build", experimental: False}
36-
- {python-version: "pypy-3.7", testenvs: "pypy37,build", experimental: True}
37-
- {python-version: "pypy-3.8", testenvs: "pypy38,build", experimental: True}
37+
- {python-version: "pypy-3.7", testenvs: "pypy37,build", experimental: False}
38+
- {python-version: "pypy-3.8", testenvs: "pypy38,build", experimental: False}
3839
- {python-version: "pypy-3.9", testenvs: "pypy39,build", experimental: True}
3940

4041
steps:

.github/workflows/python_ci_macos.yml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,17 +22,18 @@ jobs:
2222
runs-on: "macos-latest"
2323
continue-on-error: ${{ matrix.config.experimental }}
2424
env:
25-
USING_COVERAGE: '3.10,3.11,3.12.0-rc.1,pypy-3.7,pypy-3.8,pypy-3.9'
25+
USING_COVERAGE: '3.10,3.11,3.12,3.13.0-alpha.1,pypy-3.7,pypy-3.8,pypy-3.9'
2626

2727
strategy:
2828
fail-fast: False
2929
matrix:
3030
config:
3131
- {python-version: "3.10", testenvs: "py310,build", experimental: False}
3232
- {python-version: "3.11", testenvs: "py311,build", experimental: False}
33-
- {python-version: "3.12.0-rc.1", testenvs: "py312-dev,build", experimental: True}
34-
- {python-version: "pypy-3.7", testenvs: "pypy37,build", experimental: True}
35-
- {python-version: "pypy-3.8", testenvs: "pypy38,build", experimental: True}
33+
- {python-version: "3.12", testenvs: "py312,build", experimental: False}
34+
- {python-version: "3.13.0-alpha.1", testenvs: "py313-dev,build", experimental: True}
35+
- {python-version: "pypy-3.7", testenvs: "pypy37,build", experimental: False}
36+
- {python-version: "pypy-3.8", testenvs: "pypy38,build", experimental: False}
3637
- {python-version: "pypy-3.9", testenvs: "pypy39,build", experimental: True}
3738

3839
steps:

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ always = [ "pytest_mypy_plugins_shim",]
2828

2929
[tool.whey]
3030
base-classifiers = []
31-
python-versions = [ "3.6", "3.7", "3.8", "3.9", "3.10", "3.11",]
31+
python-versions = [ "3.6", "3.7", "3.8", "3.9", "3.10", "3.11", "3.12",]
3232
python-implementations = [ "CPython", "PyPy",]
3333
platforms = [ "Windows", "macOS", "Linux",]
3434
license-key = "MIT"

repo_helper.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,4 +27,5 @@ python_versions:
2727
- pypy39
2828
- "3.10"
2929
- "3.11"
30-
- "3.12-dev"
30+
- "3.12"
31+
- "3.13-dev"

tox.ini

Lines changed: 20 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,9 @@
44
# * envlists
55
# * testenv
66
# * testenv:.package
7+
# * testenv:py313-dev
78
# * testenv:py312-dev
9+
# * testenv:py312
810
# * testenv:docs
911
# * testenv:build
1012
# * testenv:lint
@@ -16,7 +18,17 @@
1618
# * pytest
1719

1820
[tox]
19-
envlist = py310, py311, py312-dev, pypy36, pypy37, pypy38, pypy39, mypy, build
21+
envlist =
22+
py310
23+
py311
24+
py312
25+
py313-dev
26+
pypy36
27+
pypy37
28+
pypy38
29+
pypy39
30+
mypy
31+
build
2032
skip_missing_interpreters = True
2133
isolated_build = True
2234
requires =
@@ -26,7 +38,7 @@ requires =
2638
virtualenv!=20.16.0
2739

2840
[envlists]
29-
test = py310, py311, py312-dev, pypy36, pypy37, pypy38, pypy39
41+
test = py310, py311, py312, py313-dev, pypy36, pypy37, pypy38, pypy39
3042
qa = mypy, lint
3143

3244
[testenv]
@@ -44,7 +56,12 @@ setenv =
4456
PYTHONDEVMODE=1
4557
PIP_DISABLE_PIP_VERSION_CHECK=1
4658

47-
[testenv:py312-dev]
59+
[testenv:py313-dev]
60+
setenv =
61+
PYTHONDEVMODE=1
62+
PIP_DISABLE_PIP_VERSION_CHECK=1
63+
64+
[testenv:py312]
4865
setenv =
4966
PYTHONDEVMODE=1
5067
PIP_DISABLE_PIP_VERSION_CHECK=1

0 commit comments

Comments
 (0)