Skip to content

Commit

Permalink
fix: define in pyproject.toml Python 3.9 for ansible-core 2.14 (#522)
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastianczech authored Dec 14, 2023
1 parent b626e7c commit d4cd846
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
------------
Expand Down
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 d4cd846

Please sign in to comment.