From 31aef36a43e7dd87977995a39c2af107f260d154 Mon Sep 17 00:00:00 2001 From: Mateusz Masiarz Date: Fri, 30 Jun 2023 20:24:00 +0200 Subject: [PATCH] Lower Python required version to 3.7 (#39) --- pyproject.toml | 2 +- src/sinol_make/__init__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 0271848b..e0be38d8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -13,7 +13,7 @@ maintainers = [ ] description = "CLI tool for creating sio2 task packages" readme = "README.md" -requires-python = ">=3.9" +requires-python = ">=3.7" classifiers = [ "Programming Language :: Python :: 3", "License :: OSI Approved :: MIT License", diff --git a/src/sinol_make/__init__.py b/src/sinol_make/__init__.py index 424ff020..fa680185 100644 --- a/src/sinol_make/__init__.py +++ b/src/sinol_make/__init__.py @@ -3,7 +3,7 @@ from sinol_make import util -__version__ = "1.1.0" +__version__ = "1.1.1" def configure_parsers(): parser = argparse.ArgumentParser(