Skip to content

Commit

Permalink
Merge pull request #235 from joewesch/fix_ci
Browse files Browse the repository at this point in the history
Changes dev python minimum to 3.9
  • Loading branch information
jvanderaa authored Aug 21, 2023
2 parents a72e2b5 + bd21a8c commit 5f34c4e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/jobs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
strategy:
fail-fast: true
matrix:
python-version: ["3.7", "3.8", "3.9"]
python-version: ["3.8", "3.9"]
env:
INVOKE_NAUTOBOT_ANSIBLE_PYTHON_VER: "${{ matrix.python-version }}"
steps:
Expand Down
2 changes: 1 addition & 1 deletion tasks.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ def is_truthy(arg):
"nautobot_ansible": {
"nautobot_ver": "1.5",
"project_name": "nautobot_ansible",
"python_ver": "3.7",
"python_ver": "3.9",
"local": False,
"compose_dir": os.path.join(os.path.dirname(__file__), "development"),
"compose_files": ["docker-compose.yml"],
Expand Down

0 comments on commit 5f34c4e

Please sign in to comment.