change minimum python version to 3.6 from 3.8
This commit is contained in:
parent
d8688632e4
commit
8a60459b7b
1 changed files with 2 additions and 2 deletions
|
@ -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",
|
||||
|
|
Loading…
Reference in a new issue