mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-09-21 12:13:43 +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:
|
||||
# TODO: remove after Python 3.15 release.
|
||||
if python_version == "3.15.0":
|
||||
python_version += "rc1"
|
||||
python_version += "rc2"
|
||||
return python_version
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user