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:
- devel
python:
- 3.9
- "3.10"
- "3.11"
include:
@ -134,10 +133,10 @@ jobs:
python: "3.10"
# 2.14
- ansible: stable-2.14
python: "3.9"
python: "3.11"
# 2.15
- ansible: stable-2.15
python: "3.11"
python: "3.9"
steps:
- name: >-

View file

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