diff --git a/README.md b/README.md index 12b531054..070d87c01 100644 --- a/README.md +++ b/README.md @@ -22,12 +22,12 @@ Tested Ansible Versions ----------------------- This collection is tested with the most current Ansible releases. Ansible versions -before 2.9.10 are **not supported**. +before 2.14 are **not supported**. Python Version -------------- -The minimum python version for this collection is python 3.8. +The minimum python version for this collection is python 3.9. Installation ------------ diff --git a/pyproject.toml b/pyproject.toml index fc8627614..3d51a63a1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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"