Skip to content

Commit

Permalink
Merge pull request #16 from lmignon/master-py312
Browse files Browse the repository at this point in the history
Tests with py 3.12
  • Loading branch information
lmignon authored Oct 11, 2023
2 parents 71e3612 + 341e04c commit 5acf57a
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
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: ["3.7", "3.8", "3.9", "3.10", "pypy-3.7", "3.11"]
python-version: ["3.7", "3.8", "3.9", "3.10", "pypy-3.7", "3.11", "3.12"]
steps:
- uses: "actions/checkout@v2"
- uses: "actions/setup-python@v2"
Expand Down
2 changes: 2 additions & 0 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ python =
3.9: py39, typing, pypi-description
3.10: py310, typing
3.11: py311, typing
3.12: py312, typing
pypy-3.7: pypy37

[tox]
Expand All @@ -15,6 +16,7 @@ envlist =
py39
py310
py311
py312
pypy37
lint
typing
Expand Down

0 comments on commit 5acf57a

Please sign in to comment.