Skip to content

Commit

Permalink
[pyproject] Loosen Python requirement to any 3.11 patch version
Browse files Browse the repository at this point in the history
As Python 3.11.7 is not available for AppVeyor images yet
  • Loading branch information
Harmon758 committed Dec 17, 2023
1 parent 6960060 commit 15a8b33
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[project]
name = "Harmonbot"
dynamic = ["version"]
requires-python = "~=3.11.7"
requires-python = "==3.11.*"

[build-system]
requires = ["setuptools==69.0.2", "setuptools-scm==8.0.4"]
Expand Down

0 comments on commit 15a8b33

Please sign in to comment.