From 73f5c195b29d7db5d4a0d4dd4f1d7da75181934c Mon Sep 17 00:00:00 2001 From: Ben Greiner Date: Mon, 31 Oct 2022 10:07:00 +0100 Subject: [PATCH] Bump upper conda build to Python 3.11 --- .github/workflows/slycot-build-and-test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/slycot-build-and-test.yml b/.github/workflows/slycot-build-and-test.yml index 9797dcc6..cc7c0d5a 100644 --- a/.github/workflows/slycot-build-and-test.yml +++ b/.github/workflows/slycot-build-and-test.yml @@ -144,7 +144,7 @@ jobs: - 'windows' python: - '3.9' - - '3.10' + - '3.11' steps: - name: Checkout Slycot