Remove Python 3.9 references

This commit is contained in:
Andrej730
2026-03-18 11:18:55 +05:00
parent c03156b5cd
commit 888158570a
4 changed files with 3 additions and 6 deletions
+1 -1
View File
@@ -32,7 +32,7 @@ except:
# - .github/workflows/ci-ifcopenshell-python.yml
# - .github/workflows/ci-ifcopenshell-python-pypi.yml
# - src/ifcopenshell-python/Makefile (PYVERSION check)
SUPPORTED_PY_VERSIONS = ("39", "310", "311", "312", "313", "314")
SUPPORTED_PY_VERSIONS = ("310", "311", "312", "313", "314")
SUPPORTED_PLATFORMS = ("win64", "linux64", "macos64", "macosm164")
WASM_SUPPORTED_PY_VERSIONS = ("313",)