Skip to content

Commit df0da38

Browse files
authored
Avoid testing ansible-core@devel with py38 (#2243)
As Ansible devel branch already dropped support for py38 earlier today, we remove it from our testing pipelines.
1 parent 659ab7c commit df0da38

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tox.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ jobs:
129129
- tox_env: py38
130130
os: ubuntu-20.04
131131
python-version: 3.8
132-
devel: true
132+
devel: false # ansible 2.14 removed support for py38
133133
- tox_env: py39
134134
os: ubuntu-20.04
135135
python-version: 3.9

0 commit comments

Comments
 (0)