Skip to content

Commit c745a36

Browse files
committed
Use latest developer version of Numpy and pytest for Python 3.12
1 parent 18be9b8 commit c745a36

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

tox.ini

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,9 @@ isolated_build = true
99

1010
[testenv]
1111
changedir = .tmp/{envname}
12+
setenv =
13+
# Until a released numpy version is 3.12 compatible, we install the dev wheel
14+
py312: PIP_EXTRA_INDEX_URL = https://pypi.anaconda.org/scientific-python-nightly-wheels/simple
1215
description = run tests
1316
deps =
1417
pytestoldest: pytest==4.6.0
@@ -24,6 +27,7 @@ deps =
2427
pytest73: pytest==7.3.*
2528
pytest74: pytest==7.4.*
2629
pytestdev: git+https://github.com/pytest-dev/pytest#egg=pytest
30+
py312: numpy>=0.0.dev0
2731
extras =
2832
test
2933
commands =

0 commit comments

Comments
 (0)