From 8a60459b7b49341bbe2547484be9a9151b0401cc Mon Sep 17 00:00:00 2001 From: Seaswimmer Date: Sun, 16 Jun 2024 07:02:44 -0400 Subject: [PATCH] change minimum python version to 3.6 from 3.8 --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 325726a..929a590 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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",