See #3955. PyPI release now specifies compatible Python versions.

This commit is contained in:
Dion Moult
2023-10-31 08:32:43 +11:00
parent 4fbbfb5191
commit 53594de1ff
+1
View File
@@ -9,6 +9,7 @@ authors = [
]
description = "Python bindings, utility functions, and high-level API for IfcOpenShell"
readme = "README.md"
requires-python = ">=3.6,<3.12"
classifiers = [
"Programming Language :: Python :: 3",
"License :: OSI Approved :: GNU Lesser General Public License v3 or later (LGPLv3+)",