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
No known key found for this signature in database

View file

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