Skip to content

Commit

Permalink
python >= 3.11 to match awx
Browse files Browse the repository at this point in the history
  • Loading branch information
himdel committed Jan 27, 2025
1 parent ea09796 commit d3ed4a3
Show file tree
Hide file tree
Showing 2 changed files with 43 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ dependencies = [
"ruff>=0.9.2",
"setuptools==70.3.0",
]
requires-python = ">=3.12"
requires-python = ">=3.11"

# Do not uncomment the line below. We need to be able to override the version via a file, and this
# causes the "version" key in setup.cfg to be ignored.
Expand Down
43 changes: 42 additions & 1 deletion uv.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit d3ed4a3

Please sign in to comment.