Skip to content
Snippets Groups Projects
Commit f2b3776c authored by Corné Lukken's avatar Corné Lukken
Browse files

Merge branch 'CWG-43' into 'main'

Resolve CWG-43  and CWG-42 by applying tox 4 compatability.

Closes CWG-43 and CWG-42

See merge request python-package!14
parents 7aed4541 1d7cecc6
Branches
No related tags found
No related merge requests found
...@@ -29,7 +29,7 @@ include_package_data = true ...@@ -29,7 +29,7 @@ include_package_data = true
packages = find: packages = find:
python_requires = >=3.7 python_requires = >=3.7
install_requires = install_requires =
importlib-metadata>=0.12;python_version<"3.8" importlib-metadata>=0.12, <5.0;python_version<"3.8"
numpy numpy
[flake8] [flake8]
......
...@@ -2,11 +2,12 @@ ...@@ -2,11 +2,12 @@
# Generative environment list to test all supported Python versions # Generative environment list to test all supported Python versions
envlist = py3{7,8,9,10},black,pep8,pylint envlist = py3{7,8,9,10},black,pep8,pylint
minversion = 3.18.0 minversion = 3.18.0
# Source distributions are explicitly build using tox -e build
skipsdist = True
[testenv] [testenv]
usedevelop = True usedevelop = True
package = wheel
wheel_build_env = .pkg
setenv = setenv =
LANGUAGE=en_US LANGUAGE=en_US
LC_ALL=en_US.UTF-8 LC_ALL=en_US.UTF-8
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment