Skip to content

Commit

Permalink
Merge pull request #41 from venaturum/py312testing
Browse files Browse the repository at this point in the history
Enabling GH actions to test py311 and py312
  • Loading branch information
mattmilten authored Mar 11, 2024
2 parents df29dbc + 62c0547 commit 4f95b9e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/python-tox.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: ["3.7", "3.8", "3.9", "3.10"]
python-version: ["3.7", "3.8", "3.9", "3.10", "3.11", "3.12"]

steps:
- uses: actions/checkout@v3
Expand Down
3 changes: 2 additions & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
# and then run "tox" from this directory.

[tox]
envlist = py37,py38,py39,py310,py3.11,pre-commit
envlist = py37,py38,py39,py310,py311,py312,pre-commit
isolated_build = True

[gh-actions]
Expand All @@ -14,6 +14,7 @@ python =
3.9: py39,pre-commit
3.10: py310
3.11: py311
3.12: py312

[testenv:pre-commit]
skip_install = true
Expand Down

0 comments on commit 4f95b9e

Please sign in to comment.