From 232d9258cc1556e1c6421ba6dc043746b7ae3d5f Mon Sep 17 00:00:00 2001 From: Paulo Henrique Silva Date: Wed, 27 Nov 2019 11:54:37 -0300 Subject: No more 2.7 on CI, plan is to move to 3.5+ only --- .github/workflows/pcb-tools.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.github') diff --git a/.github/workflows/pcb-tools.yml b/.github/workflows/pcb-tools.yml index 59abe6c..0575212 100644 --- a/.github/workflows/pcb-tools.yml +++ b/.github/workflows/pcb-tools.yml @@ -6,7 +6,7 @@ jobs: test: strategy: matrix: - python-version: [2.7, 3.5, 3.6, 3.7, 3.8] + python-version: [3.5, 3.6, 3.7, 3.8] runs-on: ubuntu-latest -- cgit