Test nix builds using only a single python version (in order to limit cpu/memory usage)

This commit is contained in:
krande
2022-08-10 11:28:34 +02:00
parent af1e832f81
commit 22a552a9ac
+1 -1
View File
@@ -72,7 +72,7 @@ PROJECT_NAME = "IfcOpenShell"
USE_CURRENT_PYTHON_VERSION = os.getenv("USE_CURRENT_PYTHON_VERSION")
ADD_COMMIT_SHA = os.getenv("ADD_COMMIT_SHA")
PYTHON_VERSIONS = ["3.6.14", "3.7.12", "3.8.12", "3.9.7", "3.10.0"]
PYTHON_VERSIONS = ["3.10.5"]
JSON_VERSION = "v3.6.1"
OCE_VERSION = "0.18.3"
OCCT_VERSION = "7.6.2"