From 5050cdd5d4c6970bac491f66d8a867a3764ac53f Mon Sep 17 00:00:00 2001 From: Jeffrey Gill Date: Thu, 26 Jan 2023 17:39:01 -0500 Subject: [PATCH] Temporarily disable Python 3.11 tests In GitHub Actions, conda is currently unable to complete basic setup of Python 3.11. --- .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 e3218d5..eea41f1 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -32,7 +32,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - python-version: ['3.7', '3.8', '3.9', '3.10', '3.11'] + python-version: ['3.7', '3.8', '3.9', '3.10'] #, '3.11'] env: DISPLAY: ':99.0'