Skip to content

Commit

Permalink
Ensure we are not using Python 3.12 yet
Browse files Browse the repository at this point in the history
  • Loading branch information
benoit74 committed Dec 18, 2023
1 parent 78e4d76 commit 8ff4e2d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scraper/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ authors = [
{ name = "Kiwix", email = "[email protected]" },
]
keywords = ["fcc","freecodecamp","zim","kiwix","openzim","offline"]
requires-python = ">=3.11"
requires-python = ">=3.11,<3.12"
description = "Make ZIM files from freeCodeCamp courses"
readme = "../README.md"
license = {text = "GPL-3.0-or-later"}
Expand Down

0 comments on commit 8ff4e2d

Please sign in to comment.