Skip to content

Commit

Permalink
Avoid testing ansible@devel with py38
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 committed Jul 20, 2022
1 parent 659ab7c commit 7f2b732
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tox.yml
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 7f2b732

Please sign in to comment.