patch: adjusted pyproject.toml

This commit is contained in:
Mr Finchum 2025-03-24 15:24:14 +01:00
parent 3233b92fba
commit e2cef24b65
2 changed files with 6 additions and 4 deletions

View file

@ -8,7 +8,7 @@ dynamic = ["version"]
authors = [{ name = "Mr. Finchum" }]
description = "optima35 is a package to modify images, using pillow and piexif."
readme = "pip_README.md"
requires-python = ">=3.8"
requires-python = ">=3.8, <4.0"
dependencies = ["piexif", "pillow"]
classifiers = [
"Development Status :: 5 - Production/Stable",