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: ensure-tox
|
||||||
- name: Install all Python versions to test
|
- name: Install all Python versions to test
|
||||||
package:
|
package:
|
||||||
name: ['python37', 'python38', 'python39', 'python310']
|
name: ['python3.8', 'python3.9', 'python3.10', 'python3.11', 'python3.12']
|
||||||
state: present
|
state: present
|
||||||
become: yes
|
become: yes
|
||||||
- name: Run tox
|
- name: Run tox
|
||||||
|
2
tox.ini
2
tox.ini
@ -1,6 +1,6 @@
|
|||||||
[tox]
|
[tox]
|
||||||
skipsdist = True
|
skipsdist = True
|
||||||
envlist = py37,py38,py39,py310,py311,coverage-report
|
envlist = py38,py39,py310,py311,py312,coverage-report
|
||||||
skip_missing_interpreters = true
|
skip_missing_interpreters = true
|
||||||
[testenv]
|
[testenv]
|
||||||
ignore_errors = true
|
ignore_errors = true
|
||||||
|
Loading…
Reference in New Issue
Block a user