Skip to content

Commit

Permalink
[pyproject.toml] Remove patch version from project.requires-python
Browse files Browse the repository at this point in the history
  • Loading branch information
Harmon758 committed Aug 15, 2023
1 parent 0855508 commit 7cf0454
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
[project]
name = "Harmonbot"
dynamic = ["version"]
requires-python = "==3.10.11"
requires-python = "==3.10"
# ==3.10.11
# https://github.com/actions/setup-python/issues/711

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

0 comments on commit 7cf0454

Please sign in to comment.