Update pyproject.toml

This commit is contained in:
Marco Vinciguerra 2024-05-15 14:10:56 +02:00 committed by GitHub
parent c0b6f0260f
commit 24d56af97c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -62,7 +62,7 @@ classifiers = [
"Programming Language :: Python :: 3",
"Operating System :: OS Independent",
]
requires-python = ">= 3.9"
requires-python = ">= 3.9, < 3.12"
[build-system]
requires = ["hatchling"]