mirror of
https://pagure.io/fedora-qa/os-autoinst-distri-fedora.git
synced 2024-11-10 17:24:20 +00:00
Update list of Python versions to test (tox.ini and CI config)
3.7 is EOL and not in F40, 3.12 is the latest stable. Signed-off-by: Adam Williamson <awilliam@redhat.com>
This commit is contained in:
parent
208fe91f9d
commit
b5ad24c3fc
@ -5,7 +5,7 @@
|
||||
name: ensure-tox
|
||||
- name: Install all Python versions to test
|
||||
package:
|
||||
name: ['python37', 'python38', 'python39', 'python310']
|
||||
name: ['python3.8', 'python3.9', 'python3.10', 'python3.11', 'python3.12']
|
||||
state: present
|
||||
become: yes
|
||||
- name: Run tox
|
||||
|
Loading…
Reference in New Issue
Block a user