From dc71c228d38ddca6128fd523aace2ff9231535b4 Mon Sep 17 00:00:00 2001 From: sametz Date: Fri, 8 Dec 2023 20:30:35 -0500 Subject: [PATCH] Test to see if python 3.12 successful using GH tox (fails on local computer; see https://pythontest.com/posts/2023/2023-10-02-py312-impimporter/) --- setup.cfg | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index db6e3e1..dbe7139 100644 --- a/setup.cfg +++ b/setup.cfg @@ -93,7 +93,7 @@ source = */site-packages/nmrsim/ [tox:tox] -envlist = py37, py38, py39, py310 +envlist = py37, py38, py39, py310, py311, py312 isolated_build = True [testenv] @@ -109,6 +109,12 @@ commands = # usedevelop=True should = "pip install -e ." usedevelop=True +[testenv:py312] +commands = + download = true + virtualenv --upgrade-embed-wheels + pytest {posargs} + [testenv:format] skip_install = True deps =