Skip to content

Commit

Permalink
Add CPython 3.12 to CI
Browse files Browse the repository at this point in the history
  • Loading branch information
alexprengere committed Oct 9, 2023
1 parent 56e571e commit cb1599d
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.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: ['3.7', '3.8', '3.9', '3.10', '3.11', 'pypy-3.7', 'pypy-3.8', 'pypy-3.9']
python-version: ['3.7', '3.8', '3.9', '3.10', '3.11', '3.12', 'pypy-3.7', 'pypy-3.8', 'pypy-3.9']
os: [ubuntu-latest] #, windows-latest, macos-latest]

name: ${{ matrix.os }} - ${{ matrix.python-version }}
Expand Down
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[tox]
isolated_build = True
skip_missing_interpreters = true
envlist = py27,py35,py36,py37,py38,py39,py310,py311,pypy2,pypy3
envlist = py27,py35,py36,py37,py38,py39,py310,py311,py312,pypy2,pypy3

[testenv]
deps =
Expand Down

0 comments on commit cb1599d

Please sign in to comment.