mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-09-21 14:23:53 +00:00
build-all: bump Python 3.15 to rc2
This commit is contained in:
+1
-1
@@ -1384,7 +1384,7 @@ if "OpenCOLLADA" in targets:
|
|||||||
def python_consider_rc(python_version: str) -> str:
|
def python_consider_rc(python_version: str) -> str:
|
||||||
# TODO: remove after Python 3.15 release.
|
# TODO: remove after Python 3.15 release.
|
||||||
if python_version == "3.15.0":
|
if python_version == "3.15.0":
|
||||||
python_version += "rc1"
|
python_version += "rc2"
|
||||||
return python_version
|
return python_version
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user