Skip to content

Commit 31aef36

Browse files
authored
Lower Python required version to 3.7 (#39)
1 parent de34794 commit 31aef36

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ maintainers = [
1313
]
1414
description = "CLI tool for creating sio2 task packages"
1515
readme = "README.md"
16-
requires-python = ">=3.9"
16+
requires-python = ">=3.7"
1717
classifiers = [
1818
"Programming Language :: Python :: 3",
1919
"License :: OSI Approved :: MIT License",

src/sinol_make/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
from sinol_make import util
55

6-
__version__ = "1.1.0"
6+
__version__ = "1.1.1"
77

88
def configure_parsers():
99
parser = argparse.ArgumentParser(

0 commit comments

Comments
 (0)