Skip to content

Commit 393b535

Browse files
committed
test: Update tox configuration
1 parent 18dbc0c commit 393b535

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

tox.ini

+6-4
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,12 @@
11
[tox]
2+
minversion = 3.18.0
23
skip_missing_interpreters = True
34
envlist =
45
py37-npy{115,121}
56
py38-npy{118,121}
67
py39-npy{120,121}
78
py310-npy{121,122}
8-
py311-npy{123,123}
9+
py311-npy{123,124}
910
pypy37
1011
pypy38
1112
pypy39
@@ -17,18 +18,17 @@ run = {env:OSHRUN:oshrun}
1718
[testenv:test]
1819
deps =
1920
cffi>=1.13
20-
npy112: numpy==1.12.*
2121
npy115: numpy==1.15.*
2222
npy118: numpy==1.18.*
23-
npy119: numpy==1.19.*
2423
npy120: numpy==1.20.*
2524
npy121: numpy==1.21.*
2625
npy122: numpy==1.22.*
2726
npy123: numpy==1.23.*
27+
npy123: numpy==1.24.*
2828
pypy37: numpy>=1.12.*
2929
pypy38: numpy>=1.12.*
3030
pypy39: numpy>=1.12.*
31-
whitelist_externals = {[shmem]run}
31+
allowlist_externals = {[shmem]run}
3232
changedir = {toxinidir}/test
3333
commands =
3434
{[shmem]run} -n 1 {envpython} -m shmem4py --version
@@ -57,7 +57,9 @@ commands =
5757
mypy --python-version 3.9 -p shmem4py
5858
mypy --python-version 3.10 -p shmem4py
5959
mypy --python-version 3.11 -p shmem4py
60+
mypy --python-version 3.12 -p shmem4py
6061
mypy --python-version 3.8 demo test
6162
mypy --python-version 3.9 demo test
6263
mypy --python-version 3.10 demo test
6364
mypy --python-version 3.11 demo test
65+
mypy --python-version 3.12 demo test

0 commit comments

Comments
 (0)