See #4518. Fix pypi python version requirements.

This commit is contained in:
Dion Moult
2024-04-05 21:13:24 +11:00
parent 35f425c69d
commit 9ee35b1054
+1 -1
View File
@@ -9,7 +9,7 @@ authors = [
]
description = "Python bindings, utility functions, and high-level API for IfcOpenShell"
readme = "README.md"
requires-python = ">=3.6,<3.12"
requires-python = ">=3.9,<3.13"
classifiers = [
"Programming Language :: Python :: 3",
"License :: OSI Approved :: GNU Lesser General Public License v3 or later (LGPLv3+)",