Skip to content

Commit

Permalink
🧪 Test against 3.12 (#109)
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisjsewell committed May 12, 2024
1 parent 33c27e0 commit aa1f557
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,15 +22,15 @@ jobs:
uses: actions/setup-python@v5
with:
python-version: 3.8
- uses: pre-commit/action@v3.0.0
- uses: pre-commit/action@v3.0.1

tests:

runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
python-version: ['pypy-3.8', '3.8', '3.9', '3.10', '3.11']
python-version: ['pypy-3.8', '3.8', '3.9', '3.10', '3.11', '3.12']

steps:
- uses: actions/checkout@v4
Expand Down
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ classifiers = [
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12",
"Programming Language :: Python :: Implementation :: CPython",
"Programming Language :: Python :: Implementation :: PyPy",
"Topic :: Software Development :: Libraries :: Python Modules",
Expand Down
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ envlist = py38
[testenv]
usedevelop = true

[testenv:py{37,38,39,310,311}]
[testenv:py{38,39,310,311,312}]
extras = testing
commands = pytest {posargs}

Expand Down

0 comments on commit aa1f557

Please sign in to comment.