Skip to content

Commit

Permalink
Test against Python 3.12 and PyPy 3.10
Browse files Browse the repository at this point in the history
  • Loading branch information
jwodder committed Nov 21, 2023
1 parent c7ef329 commit 4e6ffa3
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/workflows/benchmark.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,11 @@ jobs:
- '3.9'
- '3.10'
- '3.11'
- '3.12'
- pypy-3.7
- pypy-3.8
- pypy-3.9
- pypy-3.10
steps:
- name: Check out repository
uses: actions/checkout@v4
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,11 @@ jobs:
- '3.9'
- '3.10'
- '3.11'
- '3.12'
- pypy-3.7
- pypy-3.8
- pypy-3.9
- pypy-3.10
toxenv:
- py
include:
Expand Down
1 change: 1 addition & 0 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,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
License :: OSI Approved :: MIT License
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,py37,py38,py39,py310,py311,pypy3
envlist = lint,py37,py38,py39,py310,py311,py312,pypy3
skip_missing_interpreters = True
isolated_build = True
minversion = 3.3.0
Expand Down

0 comments on commit 4e6ffa3

Please sign in to comment.