Skip to content

Commit

Permalink
Update to python version 3.8
Browse files Browse the repository at this point in the history
  • Loading branch information
mpenning committed Oct 10, 2023
1 parent b32d1cb commit fd04a49
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
Expand Up @@ -4,7 +4,7 @@
# See -> PEP 517
requires = ["poetry>=1.5.1", "poetry-core>=1.6.1", "wheel>=0.38.4", "packaging>=23.0"]
build-backend = "poetry.core.masonry.api"
requires-python = ">=3.7.0"
requires-python = ">=3.8.0"

##############################################################################
#
Expand Down

0 comments on commit fd04a49

Please sign in to comment.