Skip to content

Commit

Permalink
rm py 3.6
Browse files Browse the repository at this point in the history
  • Loading branch information
dev-rinchin committed Aug 6, 2024
1 parent aa55b0d commit 5597308
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/poetry_fix.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@


PYPROJECT_TOML = Path("pyproject.toml")
ALL_PYTHON_DEPS = ">=3.6.1, <3.12"
PYTHON_DEPS = {6: "~3.6.1", 7: "~3.7.1", 8: "~3.8.0", 9: "~3.9.0", 10: "~3.10.0", 11: "~3.11.0"}
ALL_PYTHON_DEPS = ">=3.8, <3.13"
PYTHON_DEPS = {8: "~3.8.0", 9: "~3.9.0", 10: "~3.10.0", 11: "~3.11.0"}
PYTHON_DEPS_PATTERN = '^python = ".*"$'


Expand Down

0 comments on commit 5597308

Please sign in to comment.