From 6f2c373a3a939cab2bf582fb0ea3d2bea0962790 Mon Sep 17 00:00:00 2001 From: Daniel Garcia Moreno Date: Thu, 15 Dec 2022 08:43:59 +0100 Subject: [PATCH] CI: Add python 3.10.9 to tests in ubuntu --- .github/workflows/main.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 87278ece9..1404d4b3d 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -50,6 +50,8 @@ jobs: python-version: "3.9" - os: ubuntu-latest python-version: "pypy-3.8" + - os: ubuntu-latest + python-version: "3.10.9" - os: ubuntu-latest python-version: "3.11" - os: macos-latest