From 59c61776754b4c1c51cf32afd6f3627213206320 Mon Sep 17 00:00:00 2001 From: Mirko Galimberti Date: Wed, 4 Jan 2023 16:25:39 +0100 Subject: [PATCH] Update Python versions in test matrix (#1540) --- .github/workflows/test_python.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/test_python.yml b/.github/workflows/test_python.yml index 37234c08e..7e65c274c 100644 --- a/.github/workflows/test_python.yml +++ b/.github/workflows/test_python.yml @@ -6,9 +6,11 @@ jobs: strategy: matrix: python: - - '3.6' - '3.7' - '3.8' + - '3.9' + - '3.10' + - '3.11' os: - 'ubuntu-latest' - 'macOs-latest'