From 503643fa4294c2ffc873c4054cb0461889dff054 Mon Sep 17 00:00:00 2001 From: Thorsten Sick Date: Mon, 15 Nov 2021 13:15:32 +0100 Subject: [PATCH] Reducing to python 3.9 --- .github/workflows/makefile.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/makefile.yml b/.github/workflows/makefile.yml index 0cc19f3..c99ba3c 100644 --- a/.github/workflows/makefile.yml +++ b/.github/workflows/makefile.yml @@ -12,7 +12,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - python: [ 3.7, 3.8, 3.9 ] + python: [ 3.9 ] steps: - uses: actions/checkout@v2