CI: Bump hard-coded Python versions to 3.11; drop Python 3.9 with devel. (#183)

This commit is contained in:
Felix Fontein 2023-06-21 08:19:31 +02:00 committed by GitHub
parent 1fb6915819
commit 08c8c7ecc8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 5 additions and 6 deletions

View file

@ -109,7 +109,6 @@ jobs:
ansible: ansible:
- devel - devel
python: python:
- 3.9
- "3.10" - "3.10"
- "3.11" - "3.11"
include: include:
@ -134,10 +133,10 @@ jobs:
python: "3.10" python: "3.10"
# 2.14 # 2.14
- ansible: stable-2.14 - ansible: stable-2.14
python: "3.9" python: "3.11"
# 2.15 # 2.15
- ansible: stable-2.15 - ansible: stable-2.15
python: "3.11" python: "3.9"
steps: steps:
- name: >- - name: >-

View file

@ -33,7 +33,7 @@ jobs:
- name: Set up Python - name: Set up Python
uses: actions/setup-python@v4 uses: actions/setup-python@v4
with: with:
python-version: '3.10' python-version: '3.11'
- name: Install ansible-core - name: Install ansible-core
run: pip install https://github.com/ansible/ansible/archive/devel.tar.gz --disable-pip-version-check run: pip install https://github.com/ansible/ansible/archive/devel.tar.gz --disable-pip-version-check

View file

@ -30,7 +30,7 @@ jobs:
- name: Set up Python - name: Set up Python
uses: actions/setup-python@v4 uses: actions/setup-python@v4
with: with:
python-version: '3.10' python-version: '3.11'
- name: Install ansible-core - name: Install ansible-core
run: pip install https://github.com/ansible/ansible/archive/devel.tar.gz --disable-pip-version-check run: pip install https://github.com/ansible/ansible/archive/devel.tar.gz --disable-pip-version-check
@ -71,7 +71,7 @@ jobs:
- name: Set up Python - name: Set up Python
uses: actions/setup-python@v4 uses: actions/setup-python@v4
with: with:
python-version: '3.10' python-version: '3.11'
- name: Install ansible-core - name: Install ansible-core
run: pip install https://github.com/ansible/ansible/archive/devel.tar.gz --disable-pip-version-check run: pip install https://github.com/ansible/ansible/archive/devel.tar.gz --disable-pip-version-check