Skip to content

Commit 43c2f36

Browse files
Merge pull request #9 from idan-at/patch-1
Allow installing on older Python versions
2 parents aff4bcc + f7566fc commit 43c2f36

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

poetry.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ readme = "README.rst"
1818
repository = "https://github.com/jackrosenthal/legacy-cgi"
1919

2020
[tool.poetry.dependencies]
21-
python = ">=3.10"
21+
python = ">=3.8"
2222

2323
[tool.poetry.dev-dependencies]
2424
pytest = "^7.1.1"

0 commit comments

Comments
 (0)