Skip to content

Commit

Permalink
fix: Update required Python version (#60)
Browse files Browse the repository at this point in the history
Closes #56
  • Loading branch information
difyrrwrzd authored Dec 13, 2023
1 parent 55e659d commit 0a4dd95
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 @@ -18,7 +18,7 @@ classifiers = [
"License :: OSI Approved :: Apache Software License",
"Programming Language :: Python :: 3",
]
requires-python = ">=3.8"
requires-python = ">=3.9"
dependencies = [
"PyYAML",
"jsonschema",
Expand Down

0 comments on commit 0a4dd95

Please sign in to comment.