Skip to content

Commit

Permalink
Merge pull request #1366 from dstansby/python-ver-tests
Browse files Browse the repository at this point in the history
CI: Test on min/max supported ranges of python versions
  • Loading branch information
HaoZeke committed Feb 1, 2024
2 parents 2f45881 + 3366c28 commit 37bb44b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Expand Up @@ -14,7 +14,7 @@ jobs:
fail-fast: false
matrix:
os: ["ubuntu-latest"]
python-version: ["3.7", "3.10", "3.12.0-rc.2", "pypy-3.8", "pypy-3.9"]
python-version: ["3.7", "3.12", "pypy-3.8", "pypy-3.9"]
r-version: ['release']
timeout-minutes: 30
steps:
Expand Down
2 changes: 2 additions & 0 deletions pyproject.toml
Expand Up @@ -19,6 +19,8 @@ classifiers = [
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12",
"Topic :: Software Development :: Testing",
]
dynamic = [
Expand Down

0 comments on commit 37bb44b

Please sign in to comment.