Skip to content

Commit 37bb44b

Browse files
authored
Merge pull request #1366 from dstansby/python-ver-tests
CI: Test on min/max supported ranges of python versions
2 parents 2f45881 + 3366c28 commit 37bb44b

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
fail-fast: false
1515
matrix:
1616
os: ["ubuntu-latest"]
17-
python-version: ["3.7", "3.10", "3.12.0-rc.2", "pypy-3.8", "pypy-3.9"]
17+
python-version: ["3.7", "3.12", "pypy-3.8", "pypy-3.9"]
1818
r-version: ['release']
1919
timeout-minutes: 30
2020
steps:

pyproject.toml

+2
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,8 @@ classifiers = [
1919
"Programming Language :: Python :: 3.8",
2020
"Programming Language :: Python :: 3.9",
2121
"Programming Language :: Python :: 3.10",
22+
"Programming Language :: Python :: 3.11",
23+
"Programming Language :: Python :: 3.12",
2224
"Topic :: Software Development :: Testing",
2325
]
2426
dynamic = [

0 commit comments

Comments
 (0)