From 32609a93fd9cbf095be82a97212e7d5ef71dc131 Mon Sep 17 00:00:00 2001 From: Pedro Paulo Favato Barcelos Date: Sat, 14 Oct 2023 17:21:57 +0200 Subject: [PATCH] test adjusted for Python 3.9 onwards --- .github/workflows/code_testing.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/code_testing.yml b/.github/workflows/code_testing.yml index 89b03e0..5efc991 100644 --- a/.github/workflows/code_testing.yml +++ b/.github/workflows/code_testing.yml @@ -12,7 +12,7 @@ jobs: strategy: matrix: os: [ ubuntu-latest, macos-latest, windows-latest ] - python-version: [ "3.7", "3.8", "3.9" , "3.10", "3.11" ] + python-version: [ "3.9" , "3.10", "3.11" ] steps: