Skip to content
Snippets Groups Projects

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

Merged Resolve CWG-43 and CWG-42 by applying tox 4 compatability.
All threads resolved!
Merged Corné Lukken requested to merge CWG-43 into main
All threads resolved!
2 files
+ 4
3
Compare changes
  • Side-by-side
  • Inline
Files
2
+ 1
1
@@ -29,7 +29,7 @@ include_package_data = true
packages = find:
python_requires = >=3.7
install_requires =
importlib-metadata>=0.12;python_version<"3.8"
importlib-metadata>=0.12, <5.0;python_version<"3.8"
numpy
[flake8]
Loading