From 138ca2bcf624ed4d122a189c79c7e601af12df43 Mon Sep 17 00:00:00 2001 From: Adam Williamson Date: Fri, 12 Nov 2021 12:23:54 -0800 Subject: [PATCH] CI config: update to Fedora 35 and add Python 3.10 Signed-off-by: Adam Williamson --- .zuul.yaml | 4 ++-- ci/tox.yaml | 2 +- tox.ini | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.zuul.yaml b/.zuul.yaml index b785c86e..7a49cee5 100644 --- a/.zuul.yaml +++ b/.zuul.yaml @@ -1,12 +1,12 @@ - job: name: os-autoinst-tox run: ci/tox.yaml - nodeset: fedora-31-vm + nodeset: fedora-35-vm - job: name: os-autoinst-perl run: ci/perl.yaml - nodeset: fedora-31-vm + nodeset: fedora-35-vm - project: check: diff --git a/ci/tox.yaml b/ci/tox.yaml index 637c6054..56cb81b2 100644 --- a/ci/tox.yaml +++ b/ci/tox.yaml @@ -5,7 +5,7 @@ name: ensure-tox - name: Install all Python versions to test package: - name: ['python37', 'python38', 'python39'] + name: ['python37', 'python38', 'python39', 'python310'] state: present become: yes - name: Run tox diff --git a/tox.ini b/tox.ini index e173f7e8..0a7f2ae6 100644 --- a/tox.ini +++ b/tox.ini @@ -1,6 +1,6 @@ [tox] skipsdist = True -envlist = py37,py38,py39 +envlist = py37,py38,py39,py310 skip_missing_interpreters = true [testenv] deps =