Skip to content

Commit

Permalink
Python 3.9 is minimum for Ansible core 2.14
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastianczech committed Dec 13, 2023
1 parent b626e7c commit 4c2887a
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 @@ -10,7 +10,7 @@ homepage = "https://github.com/PaloAltoNetworks/pan-os-ansible"
repository = "https://github.com/PaloAltoNetworks/pan-os-ansible"

[tool.poetry.dependencies]
python = "^3.8"
python = "^3.9"
pan-python = "^0.17.0"
pan-os-python = "^1.8.0"
xmltodict = "^0.12.0"
Expand Down

0 comments on commit 4c2887a

Please sign in to comment.