diff options
author | Paulo Henrique Silva <ph.silva@gmail.com> | 2019-11-27 11:54:37 -0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-11-27 11:54:37 -0300 |
commit | 232d9258cc1556e1c6421ba6dc043746b7ae3d5f (patch) | |
tree | 5e582181313a88e1707f4092dc5c99b281478c81 /.github/workflows | |
parent | 1b65147f7abbb5b022fd746d99f69b3d50d7d805 (diff) | |
download | gerbonara-232d9258cc1556e1c6421ba6dc043746b7ae3d5f.tar.gz gerbonara-232d9258cc1556e1c6421ba6dc043746b7ae3d5f.tar.bz2 gerbonara-232d9258cc1556e1c6421ba6dc043746b7ae3d5f.zip |
No more 2.7 on CI, plan is to move to 3.5+ only
Diffstat (limited to '.github/workflows')
-rw-r--r-- | .github/workflows/pcb-tools.yml | 2 |
1 files changed, 1 insertions, 1 deletions
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 |