Skip to content

Commit

Permalink
Bump python for 3.18+
Browse files Browse the repository at this point in the history
  • Loading branch information
gl-johnson committed Dec 12, 2024
1 parent 293087b commit 9ab677e
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/ansible-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,11 +36,12 @@ jobs:
ansible:
- stable-2.16
- stable-2.17
- stable-2.18
python:
- '3.10'
- '3.12'
include:
- ansible: stable-2.18
python: '3.13'
- ansible: devel
python: '3.13'

Expand Down Expand Up @@ -87,11 +88,12 @@ jobs:
ansible:
- stable-2.16
- stable-2.17
- stable-2.18
python:
- '3.10'
- '3.12'
include:
- ansible: stable-2.18
python: '3.13'
- ansible: devel
python: '3.13'

Expand Down
4 changes: 4 additions & 0 deletions tests/sanity/ignore-devel.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
Jenkinsfile shebang
plugins/lookup/conjur_variable.py validate-modules:version-added-must-be-major-or-minor
dev/policy/root.yml yamllint:unparsable-with-libyaml # File loaded by Conjur server, not via Python
secrets.yml yamllint:unparsable-with-libyaml # File loaded by Summon, not via Python

0 comments on commit 9ab677e

Please sign in to comment.