Skip to content

Commit

Permalink
[pyproject.toml] Restore patch version to project.requires-python
Browse files Browse the repository at this point in the history
This reverts commit 7cf0454.
The relevant issue should be resolved with actions/setup-python#726 in actions/setup-python v4.7.1.
  • Loading branch information
Harmon758 committed Oct 21, 2023
1 parent fef2399 commit 4f6f113
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions pyproject.toml
@@ -1,9 +1,7 @@
[project]
name = "Harmonbot"
dynamic = ["version"]
requires-python = "==3.10"
# ==3.10.11
# https://github.com/actions/setup-python/issues/711
requires-python = "==3.10.11"

[tool.mypy]
packages = ["units"]
Expand Down

0 comments on commit 4f6f113

Please sign in to comment.