Skip to content

Commit

Permalink
set min python version to 3.8 to match current ansible builder version
Browse files Browse the repository at this point in the history
  • Loading branch information
Sispheor committed Nov 30, 2022
1 parent d01dcd2 commit 8bd13ad
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 11 deletions.
2 changes: 1 addition & 1 deletion galaxy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ namespace: hpe
name: monkeyble

# The version of the collection. Must be compatible with semantic versioning
version: 1.1.1
version: 1.1.2

# The path to the Markdown (.md) readme file. This path is relative to the root of the collection
readme: README.md
Expand Down
24 changes: 19 additions & 5 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 3 additions & 5 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "monkeyble"
version = "1.1.1"
version = "1.1.2"
description = "End-to-end testing framework for Ansible"
authors = ["Nicolas Marcq <[email protected]>"]
license = "GNU General Public License v3 (GPLv3)"
Expand All @@ -18,8 +18,6 @@ classifiers = [
'Operating System :: POSIX :: Linux',
'Programming Language :: Python',
'Programming Language :: Python :: 3',
'Programming Language :: Python :: 3.6',
'Programming Language :: Python :: 3.7',
'Programming Language :: Python :: 3.8',
'Programming Language :: Python :: 3.9',
'Programming Language :: Python :: 3.10',
Expand All @@ -30,9 +28,9 @@ include = [
]

[tool.poetry.dependencies]
python = "^3.10"
python = "^3.8"
tabulate = "^0.9.0"
PyYAML = "^6.0"
pyyaml = "^6.0"

[tool.poetry.dev-dependencies]
ansible = "6.6.0"
Expand Down

0 comments on commit 8bd13ad

Please sign in to comment.