Update pyproject.toml

Downgraded minimum python version
This commit is contained in:
Jamie Hardt
2023-05-17 16:19:02 -07:00
committed by GitHub
parent f855d3581d
commit 62e7f10cf4

View File

@@ -7,7 +7,7 @@ name = "pycmx"
authors = [{name = "Jamie Hardt", email = "jamiehardt@me.com"}] authors = [{name = "Jamie Hardt", email = "jamiehardt@me.com"}]
readme = "README.md" readme = "README.md"
dynamic = ["version", "description"] dynamic = ["version", "description"]
requires-python = "~=3.8" requires-python = "~=3.6"
classifiers = [ classifiers = [
'Development Status :: 5 - Production/Stable', 'Development Status :: 5 - Production/Stable',
'License :: OSI Approved :: MIT License', 'License :: OSI Approved :: MIT License',