Skip to content

Commit

Permalink
Merge pull request #1365 from michael-k/python3.12
Browse files Browse the repository at this point in the history
Run tests against Python 3.12
  • Loading branch information
erezsh committed Nov 15, 2023
2 parents 67df05b + a835092 commit 942366b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
runs-on: ubuntu-20.04 # See https://github.com/actions/setup-python/issues/544
strategy:
matrix:
python-version: ["3.6", "3.7", "3.8", "3.9", "3.10", "3.11", "pypy-3.7"]
python-version: ["3.6", "3.7", "3.8", "3.9", "3.10", "3.11", "3.12", "pypy-3.7"]

steps:
- uses: actions/checkout@v3
Expand Down
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[tox]
envlist = lint, type, py36, py37, py38, py39, py310, py311, pypy3
envlist = lint, type, py36, py37, py38, py39, py310, py311, py312, pypy3
skip_missing_interpreters = true

[testenv]
Expand Down

0 comments on commit 942366b

Please sign in to comment.