From 4c9b970a111570958d904abc55e91465a6cfa611 Mon Sep 17 00:00:00 2001 From: Martin Diehl Date: Wed, 6 Oct 2021 20:18:29 +0200 Subject: [PATCH] dependencies cannot be fulfilled at the moment --- .github/workflows/Python.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/Python.yml b/.github/workflows/Python.yml index 22ea1cd53..c4fb15bdc 100644 --- a/.github/workflows/Python.yml +++ b/.github/workflows/Python.yml @@ -9,7 +9,7 @@ jobs: strategy: matrix: - python-version: ['3.7', '3.8', '3.9', '3.10'] + python-version: ['3.7', '3.8', '3.9'] #, '3.10'] os: [ubuntu-latest, macos-latest] steps: