Skip to content

Commit

Permalink
Avoid testing ansible-core@devel with py38 (#2243)
Browse files Browse the repository at this point in the history
As Ansible devel branch already dropped support for py38 earlier
today, we remove it from our testing pipelines.
  • Loading branch information
ssbarnea authored Jul 20, 2022
1 parent 659ab7c commit df0da38
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tox.yml
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ jobs:
- tox_env: py38
os: ubuntu-20.04
python-version: 3.8
devel: true
devel: false # ansible 2.14 removed support for py38
- tox_env: py39
os: ubuntu-20.04
python-version: 3.9
Expand Down

0 comments on commit df0da38

Please sign in to comment.