From b12d526a600c1b0b6b6096b7f45c3aedd09113e0 Mon Sep 17 00:00:00 2001 From: Willi Ballenthin Date: Mon, 19 Dec 2022 11:12:42 +0100 Subject: [PATCH] tests: use python 3.11 (#1191) --- .github/workflows/tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index ed635959..81d8f504 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -67,7 +67,7 @@ jobs: matrix: os: [ubuntu-20.04, windows-2019, macos-11] # across all operating systems - python-version: ["3.7", "3.10"] + python-version: ["3.7", "3.11"] include: # on Ubuntu run these as well - os: ubuntu-20.04