Skip to content

Commit d9050a7

Browse files
committed
Setting min Python version is >=3.6
1 parent 016b287 commit d9050a7

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,11 @@ Collection containing common utilities to support Ansible Middleware automation
1010
## Ansible version compatibility
1111

1212
This collection has been tested against following Ansible versions: **>=2.9.10**.
13+
14+
## Pyhton version compatibility
15+
16+
This collection has been tested against following Pyhton versions: **>=3.6**.
17+
1318
<!--end requires_ansible-->
1419

1520

tests/sanity/config.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
modules:
2+
python_requires: '>=3.6'

0 commit comments

Comments
 (0)