generated from ansible-collections/collection_template
-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* updated min. python version to 3.8 for tests * dropped support of python 3.6 and 3.7 and reformated ci * updated python min. version in the development_guide
- Loading branch information
Showing
3 changed files
with
7 additions
and
14 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -34,7 +34,7 @@ Ansible documentation (`Prepare your environment | |
git clone [email protected]/<YOUR_GITHUB_HANDLE>/puzzle.opnsense.git \ | ||
<YOUR_WORKING_DIR>/ansible_collections/puzzle/opnsense | ||
3. This collection supports Python versions >=3.6,<3.12 therefore make sure your system | ||
3. This collection supports Python versions >=3.8,<3.12 therefore make sure your system | ||
supports any of those versions. | ||
4. Setup the pipenv: | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
--- | ||
# ansible-test configurations | ||
modules: | ||
python_requires: ">=3.6" | ||
python_requires: ">=3.8" |