Skip to content

Commit

Permalink
See #4518. Fix pypi python version requirements.
Browse files Browse the repository at this point in the history
  • Loading branch information
Moult committed Apr 5, 2024
1 parent ecae994 commit fb66603
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ifcopenshell-python/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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+)",
Expand Down

0 comments on commit fb66603

Please sign in to comment.