From 53594de1ff3ca2c6da488bfec6763eab6fce7b17 Mon Sep 17 00:00:00 2001 From: Dion Moult Date: Tue, 31 Oct 2023 08:32:43 +1100 Subject: [PATCH] See #3955. PyPI release now specifies compatible Python versions. --- src/ifcopenshell-python/pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/src/ifcopenshell-python/pyproject.toml b/src/ifcopenshell-python/pyproject.toml index cf65b9de30..b80eefb3ac 100644 --- a/src/ifcopenshell-python/pyproject.toml +++ b/src/ifcopenshell-python/pyproject.toml @@ -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+)",