Skip to content

Commit 7cf0454

Browse files
committed
[pyproject.toml] Remove patch version from project.requires-python
actions/setup-python#711
1 parent 0855508 commit 7cf0454

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

pyproject.toml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
11
[project]
22
name = "Harmonbot"
33
dynamic = ["version"]
4-
requires-python = "==3.10.11"
4+
requires-python = "==3.10"
5+
# ==3.10.11
6+
# https://github.com/actions/setup-python/issues/711
57

68
[tool.mypy]
79
packages = ["units"]

0 commit comments

Comments
 (0)