From 2749581ffe5f666044606ab577e799c290920e96 Mon Sep 17 00:00:00 2001 From: carsen-stringer Date: Fri, 13 Sep 2024 08:48:58 +0300 Subject: [PATCH] Update test_and_deploy.yml --- .github/workflows/test_and_deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test_and_deploy.yml b/.github/workflows/test_and_deploy.yml index 41b3d19..72cfd59 100644 --- a/.github/workflows/test_and_deploy.yml +++ b/.github/workflows/test_and_deploy.yml @@ -28,7 +28,7 @@ jobs: fail-fast: false matrix: platform: [ubuntu-latest]#, macos-latest, windows-latest] - python-version: ["3.8", "3.9", "3.10"] + python-version: ["3.9", "3.10", "3.11"] backend: [pyqt5] steps: