Skip to content

Commit

Permalink
Update python version
Browse files Browse the repository at this point in the history
  • Loading branch information
kmagusiak committed Jun 30, 2024
1 parent a75e71f commit c268557
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 @@ -13,7 +13,7 @@ description = "Write simple scripts leveraging omegaconf"
readme = "README.md"
keywords = ["configuration", "omegaconf", "pydantic", "script"]
license = {text = "BSD License"}
requires-python = ">=3.8"
requires-python = ">=3.9"
classifiers = [
# https://pypi.org/pypi?%3Aaction=list_classifiers
"Programming Language :: Python :: 3",
Expand Down

0 comments on commit c268557

Please sign in to comment.