mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-08-10 01:41:57 +00:00
See #3955. PyPI release now specifies compatible Python versions.
This commit is contained in:
@@ -9,6 +9,7 @@ authors = [
|
|||||||
]
|
]
|
||||||
description = "Python bindings, utility functions, and high-level API for IfcOpenShell"
|
description = "Python bindings, utility functions, and high-level API for IfcOpenShell"
|
||||||
readme = "README.md"
|
readme = "README.md"
|
||||||
|
requires-python = ">=3.6,<3.12"
|
||||||
classifiers = [
|
classifiers = [
|
||||||
"Programming Language :: Python :: 3",
|
"Programming Language :: Python :: 3",
|
||||||
"License :: OSI Approved :: GNU Lesser General Public License v3 or later (LGPLv3+)",
|
"License :: OSI Approved :: GNU Lesser General Public License v3 or later (LGPLv3+)",
|
||||||
|
|||||||
Reference in New Issue
Block a user