Skip to content

Commit 785315f

Browse files
committed
Test on newer Python versions.
1 parent b228d91 commit 785315f

File tree

6 files changed

+30
-17
lines changed

6 files changed

+30
-17
lines changed

.github/workflows/python_ci.yml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
runs-on: "windows-2019"
2323
continue-on-error: ${{ matrix.config.experimental }}
2424
env:
25-
USING_COVERAGE: '3.6,3.7,3.8,3.9,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.6,3.7,3.8,3.9,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
@@ -34,10 +34,11 @@ jobs:
3434
- {python-version: "3.9", testenvs: "py39,build", experimental: False}
3535
- {python-version: "3.10", testenvs: "py310,build", experimental: False}
3636
- {python-version: "3.11", testenvs: "py311,build", experimental: False}
37-
- {python-version: "3.12.0-rc.1", testenvs: "py312-dev,build", experimental: True}
37+
- {python-version: "3.12", testenvs: "py312,build", experimental: False}
38+
- {python-version: "3.13.0-alpha.1", testenvs: "py313-dev,build", experimental: True}
3839
- {python-version: "pypy-3.6", testenvs: "pypy36", experimental: False}
39-
- {python-version: "pypy-3.7", testenvs: "pypy37,build", experimental: True}
40-
- {python-version: "pypy-3.8", testenvs: "pypy38,build", experimental: True}
40+
- {python-version: "pypy-3.7", testenvs: "pypy37,build", experimental: False}
41+
- {python-version: "pypy-3.8", testenvs: "pypy38,build", experimental: False}
4142
- {python-version: "pypy-3.9", testenvs: "pypy39,build", experimental: True}
4243

4344
steps:

.github/workflows/python_ci_linux.yml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
runs-on: "ubuntu-20.04"
2424
continue-on-error: ${{ matrix.config.experimental }}
2525
env:
26-
USING_COVERAGE: '3.6,3.7,3.8,3.9,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.6,3.7,3.8,3.9,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
@@ -35,10 +35,11 @@ jobs:
3535
- {python-version: "3.9", testenvs: "py39,build", experimental: False}
3636
- {python-version: "3.10", testenvs: "py310,build", experimental: False}
3737
- {python-version: "3.11", testenvs: "py311,build", experimental: False}
38-
- {python-version: "3.12.0-rc.1", testenvs: "py312-dev,build", experimental: True}
38+
- {python-version: "3.12", testenvs: "py312,build", experimental: False}
39+
- {python-version: "3.13.0-alpha.1", testenvs: "py313-dev,build", experimental: True}
3940
- {python-version: "pypy-3.6", testenvs: "pypy36,build", experimental: False}
40-
- {python-version: "pypy-3.7", testenvs: "pypy37,build", experimental: True}
41-
- {python-version: "pypy-3.8", testenvs: "pypy38,build", experimental: True}
41+
- {python-version: "pypy-3.7", testenvs: "pypy37,build", experimental: False}
42+
- {python-version: "pypy-3.8", testenvs: "pypy38,build", experimental: False}
4243
- {python-version: "pypy-3.9", testenvs: "pypy39,build", experimental: True}
4344

4445
steps:

.github/workflows/python_ci_macos.yml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
runs-on: "macos-latest"
2323
continue-on-error: ${{ matrix.config.experimental }}
2424
env:
25-
USING_COVERAGE: '3.6,3.7,3.8,3.9,3.10,3.11,3.12.0-rc.1,pypy-3.7,pypy-3.8,pypy-3.9'
25+
USING_COVERAGE: '3.6,3.7,3.8,3.9,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
@@ -34,9 +34,10 @@ jobs:
3434
- {python-version: "3.9", testenvs: "py39,build", experimental: False}
3535
- {python-version: "3.10", testenvs: "py310,build", experimental: False}
3636
- {python-version: "3.11", testenvs: "py311,build", experimental: False}
37-
- {python-version: "3.12.0-rc.1", testenvs: "py312-dev,build", experimental: True}
38-
- {python-version: "pypy-3.7", testenvs: "pypy37,build", experimental: True}
39-
- {python-version: "pypy-3.8", testenvs: "pypy38,build", experimental: True}
37+
- {python-version: "3.12", testenvs: "py312,build", experimental: False}
38+
- {python-version: "3.13.0-alpha.1", testenvs: "py313-dev,build", experimental: True}
39+
- {python-version: "pypy-3.7", testenvs: "pypy37,build", experimental: False}
40+
- {python-version: "pypy-3.8", testenvs: "pypy38,build", experimental: False}
4041
- {python-version: "pypy-3.9", testenvs: "pypy39,build", experimental: True}
4142

4243
steps:

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ base-classifiers = [
3232
"Topic :: Utilities",
3333
"Typing :: Typed",
3434
]
35-
python-versions = [ "3.6", "3.7", "3.8", "3.9", "3.10", "3.11",]
35+
python-versions = [ "3.6", "3.7", "3.8", "3.9", "3.10", "3.11", "3.12",]
3636
python-implementations = [ "CPython", "PyPy",]
3737
platforms = [ "Windows", "macOS", "Linux",]
3838
license-key = "MIT"

repo_helper.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,8 @@ python_versions:
2828
- '3.9'
2929
- '3.10'
3030
- '3.11'
31-
- 3.12-dev
31+
- '3.12'
32+
- 3.13-dev
3233
- pypy36
3334
- pypy37
3435
- pypy38

tox.ini

Lines changed: 12 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
@@ -25,7 +27,8 @@ envlist =
2527
py39
2628
py310
2729
py311
28-
py312-dev
30+
py312
31+
py313-dev
2932
pypy36
3033
pypy37
3134
pypy38
@@ -48,7 +51,8 @@ test =
4851
py39
4952
py310
5053
py311
51-
py312-dev
54+
py312
55+
py313-dev
5256
pypy36
5357
pypy37
5458
pypy38
@@ -71,7 +75,12 @@ setenv =
7175
PYTHONDEVMODE=1
7276
PIP_DISABLE_PIP_VERSION_CHECK=1
7377

74-
[testenv:py312-dev]
78+
[testenv:py313-dev]
79+
setenv =
80+
PYTHONDEVMODE=1
81+
PIP_DISABLE_PIP_VERSION_CHECK=1
82+
83+
[testenv:py312]
7584
setenv =
7685
PYTHONDEVMODE=1
7786
PIP_DISABLE_PIP_VERSION_CHECK=1

0 commit comments

Comments
 (0)