Skip to content

Commit

Permalink
Merge pull request #22 from michalc/feat/support-python-3-6-7
Browse files Browse the repository at this point in the history
feat: support Python from 3.6.7
  • Loading branch information
michalc authored Jan 14, 2024
2 parents cf3217c + 96440d7 commit 896f97a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ authors = [
]
description = "Python framework for running reproducible experiments using OpenTTD"
readme = "README.md"
requires-python = ">=3.7"
requires-python = ">=3.6.7"
classifiers = [
"Programming Language :: Python :: 3",
"License :: OSI Approved :: GNU General Public License v2 (GPLv2)",
Expand Down

0 comments on commit 896f97a

Please sign in to comment.