From 5f4a8b67abafe6acce37131612d0d0fe3f495e33 Mon Sep 17 00:00:00 2001 From: Antonio Valentino Date: Sun, 19 Mar 2023 18:57:40 +0100 Subject: [PATCH] Use Python 3.11 to test devdeps --- .github/workflows/ci_workflows.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci_workflows.yml b/.github/workflows/ci_workflows.yml index 2761c87..d399856 100644 --- a/.github/workflows/ci_workflows.yml +++ b/.github/workflows/ci_workflows.yml @@ -25,8 +25,8 @@ jobs: toxargs: -v - name: Test with development versions of our dependencies - os: ubuntu-20.04 # currently newer than ubuntu-latest - python: 3.9 + os: ubuntu-latest + python: 3.11 toxenv: test-devdeps toxargs: -v @@ -75,7 +75,7 @@ jobs: include: - name: Tests with external liberfa - os: ubuntu-20.04 + os: ubuntu-latest python: 3.8 toxenv: test toxargs: -v