1
0
mirror of https://pagure.io/fedora-qa/os-autoinst-distri-fedora.git synced 2024-09-21 06:27:22 +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:
Adam Williamson 2024-07-17 08:55:17 -07:00
parent 208fe91f9d
commit b5ad24c3fc
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -1,6 +1,6 @@
[tox]
skipsdist = True
envlist = py37,py38,py39,py310,py311,coverage-report
envlist = py38,py39,py310,py311,py312,coverage-report
skip_missing_interpreters = true
[testenv]
ignore_errors = true