Skip to content

Commit

Permalink
Lower Python required version to 3.7 (#39)
Browse files Browse the repository at this point in the history
  • Loading branch information
MasloMaslane authored Jun 30, 2023
1 parent de34794 commit 31aef36
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion src/sinol_make/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

from sinol_make import util

__version__ = "1.1.0"
__version__ = "1.1.1"

def configure_parsers():
parser = argparse.ArgumentParser(
Expand Down

0 comments on commit 31aef36

Please sign in to comment.