No more 2.7 on CI, plan is to move to 3.5+ only
This commit is contained in:
parent
1b65147f7a
commit
232d9258cc
1 changed files with 1 additions and 1 deletions
2
.github/workflows/pcb-tools.yml
vendored
2
.github/workflows/pcb-tools.yml
vendored
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue