Skip to content

Commit

Permalink
feat: add python 3.12 and pypy 3.10 support
Browse files Browse the repository at this point in the history
  • Loading branch information
Toilal committed Dec 13, 2023
1 parent 3113f3e commit 8e428b6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:

strategy:
matrix:
python-version: [ "3.7", "3.8", "3.9", "3.10", "3.11", "pypy-3.8", "pypy-3.9" ]
python-version: [ "3.7", "3.8", "3.9", "3.10", "3.11", "3.12", "pypy-3.8", "pypy-3.9", "pypy-3.10" ]
regex: [ "0", "1" ]
exclude:
# regex module doesn't play well with pypy and unicode.
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 = py37,py38,py39,py310,py311,pypy3.8,pypy3.9
envlist = py37,py38,py39,py310,py311,py312,pypy3.8,pypy3.9,pypy3.10

[testenv]
commands =
Expand Down

0 comments on commit 8e428b6

Please sign in to comment.