Skip to content

Commit

Permalink
Add Python 3.12 to Tox config
Browse files Browse the repository at this point in the history
  • Loading branch information
takluyver committed Oct 5, 2023
1 parent f0f8d7e commit 3025b04
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# We want an envlist like
# envlist = {py36,py37,pypy3}-{test}-{deps,mindeps}-{,mpi4py}-{,pre},nightly,docs,checkreadme,pre-commit
# but we want to skip mpi and pre by default, so this envlist is below
envlist = {py38,py39,py310,py311,pypy3}-{test}-{deps,mindeps},nightly,docs,apidocs,checkreadme,pre-commit,rever
envlist = {py38,py39,py310,py311,py312,pypy3}-{test}-{deps,mindeps},nightly,docs,apidocs,checkreadme,pre-commit,rever
isolated_build = True

[testenv]
Expand All @@ -15,6 +15,7 @@ deps =
py39-deps: numpy>=1.19.3
py310-deps: numpy>=1.21.3
py311-deps: numpy>=1.23.2
py312-deps: numpy>=1.26.0

mindeps: oldest-supported-numpy

Expand Down

0 comments on commit 3025b04

Please sign in to comment.