Skip to content

Commit dd74f02

Browse files
authored
devel Python version exclusive (#14)
* devel Python version exclusive to 3.10 * change default python version to 3.10
1 parent c818c15 commit dd74f02

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

.github/workflows/ansible-test.yml

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,6 @@ jobs:
4848
- stable-2.11
4949
- stable-2.12
5050
- stable-2.13
51-
- devel
5251
python:
5352
- 2.6
5453
- 2.7
@@ -61,10 +60,13 @@ jobs:
6160
# Because ansible-test doesn't support python3.9 for Ansible 2.9
6261
- ansible: stable-2.9
6362
python: 3.9
64-
- ansible: devel
65-
python: 2.6
6663
- ansible: stable-2.13
6764
python: 2.6
65+
include:
66+
# Test Devel on Python 3.10 only
67+
- ansible: devel
68+
python: '3.10'
69+
6870

6971
steps:
7072
- name: Check out code
@@ -75,7 +77,7 @@ jobs:
7577
with:
7678
ansible-core-version: ${{ matrix.ansible }}
7779
target-python-version: ${{ matrix.python }}
78-
python-version: 3.8
80+
python-version: '3.10'
7981
testing-type: units
8082
test-deps: >-
8183
ansible.netcommon

0 commit comments

Comments
 (0)