From fa7dd33228ba5f85339e5439f4d05d5d53124475 Mon Sep 17 00:00:00 2001 From: Federico Caselli Date: Fri, 12 Nov 2021 19:15:14 +0100 Subject: chore: modernize setup (#43) * Add github actions Fixes: #39 * Fix workflow * Move setup information to setup.cfg * Use pep517 to build * chore: review feedback Co-authored-by: Vytautas Liuolia --- .github/workflows/run-test.yaml | 1 + 1 file changed, 1 insertion(+) (limited to '.github/workflows/run-test.yaml') diff --git a/.github/workflows/run-test.yaml b/.github/workflows/run-test.yaml index 519a444..884200a 100644 --- a/.github/workflows/run-test.yaml +++ b/.github/workflows/run-test.yaml @@ -12,6 +12,7 @@ jobs: strategy: matrix: python-version: + - "3.5" - "3.6" - "3.7" - "3.8" -- cgit v1.2.1