diff --git a/pyproject.toml b/pyproject.toml index bef4ef4..8f1cc5d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,7 +1,6 @@ [project] name = "ansible-bootstrap" -version = "0.1.0" -requires-python = ">=3.6" +requires-python = "==3.*" # track debian testing version of ansible (roughly) dependencies = ["ansible==7.7.0"]