change minimum python version to 3.6 from 3.8
Some checks failed
Lint / Lint Code (Ruff & Pylint) (push) Failing after 14s
Build / Build and Push (push) Successful in 30s

This commit is contained in:
Seaswimmer 2024-06-16 07:02:44 -04:00
parent d8688632e4
commit 8a60459b7b
Signed by: cswimr
SSH key fingerprint: SHA256:YFMp0clWG1Y62XZeVKdIzzRltyCZhvXr9rTLRp7Eah0

View file

@ -1,12 +1,12 @@
[project]
name = "stellarismodparser"
version = "1.0.2"
version = "1.0.3"
authors = [
{ name="SeaswimmerTheFsh", email="seaswimmerthefsh@gmail.com" },
]
description = "Parse Stellaris's mod descriptor files."
readme = "README.md"
requires-python = ">=3.8"
requires-python = ">=3.6"
classifiers = [
"Programming Language :: Python :: 3",
"License :: OSI Approved :: MIT License",