Browse Source

ci: drop py3.5

pull/335/head
Rossen Georgiev 4 years ago
parent
commit
730e2c503e
  1. 2
      .github/workflows/testing_initiative.yml

2
.github/workflows/testing_initiative.yml

@ -33,7 +33,7 @@ jobs:
fail-fast: false
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
python-version: [2.7, 3.5, 3.6, 3.7, 3.8, 3.9]
python-version: [2.7, 3.6, 3.7, 3.8, 3.9]
no-coverage: [0]
include:
- os: ubuntu-latest

Loading…
Cancel
Save