mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-09-20 15:08:51 +00:00
Remove Python 3.9 references
This commit is contained in:
@@ -24,7 +24,7 @@ jobs:
|
|||||||
strategy:
|
strategy:
|
||||||
fail-fast: false
|
fail-fast: false
|
||||||
matrix:
|
matrix:
|
||||||
pyver: [py39, py310, py311, py312, py313, py314]
|
pyver: [py310, py311, py312, py313, py314]
|
||||||
config:
|
config:
|
||||||
- {
|
- {
|
||||||
name: "Windows 64bit",
|
name: "Windows 64bit",
|
||||||
|
|||||||
@@ -19,7 +19,7 @@ jobs:
|
|||||||
strategy:
|
strategy:
|
||||||
fail-fast: false
|
fail-fast: false
|
||||||
matrix:
|
matrix:
|
||||||
pyver: [py39, py310, py311, py312, py313, py314]
|
pyver: [py310, py311, py312, py313, py314]
|
||||||
config:
|
config:
|
||||||
- {
|
- {
|
||||||
name: "Windows 64bit",
|
name: "Windows 64bit",
|
||||||
|
|||||||
@@ -28,9 +28,6 @@ endif
|
|||||||
endif
|
endif
|
||||||
|
|
||||||
# TODO: we should simplify this at some point...
|
# TODO: we should simplify this at some point...
|
||||||
ifeq ($(PYVERSION), py39)
|
|
||||||
PYNUMBER:=39
|
|
||||||
endif
|
|
||||||
ifeq ($(PYVERSION), py310)
|
ifeq ($(PYVERSION), py310)
|
||||||
PYNUMBER:=310
|
PYNUMBER:=310
|
||||||
endif
|
endif
|
||||||
|
|||||||
@@ -32,7 +32,7 @@ except:
|
|||||||
# - .github/workflows/ci-ifcopenshell-python.yml
|
# - .github/workflows/ci-ifcopenshell-python.yml
|
||||||
# - .github/workflows/ci-ifcopenshell-python-pypi.yml
|
# - .github/workflows/ci-ifcopenshell-python-pypi.yml
|
||||||
# - src/ifcopenshell-python/Makefile (PYVERSION check)
|
# - 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")
|
SUPPORTED_PLATFORMS = ("win64", "linux64", "macos64", "macosm164")
|
||||||
|
|
||||||
WASM_SUPPORTED_PY_VERSIONS = ("313",)
|
WASM_SUPPORTED_PY_VERSIONS = ("313",)
|
||||||
|
|||||||
Reference in New Issue
Block a user