Browse Source

Removed python 3.7 test

pull/7/head
Eugenio Parodi 5 years ago
parent
commit
eabefd9a1c
  1. 3
      .github/workflows/testing.yml

3
.github/workflows/testing.yml

@ -15,7 +15,8 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: [3.7, 3.8, 3.9]
# python-version: [3.7, 3.8, 3.9]
python-version: [3.8, 3.9]
steps:
- uses: actions/checkout@v2

Loading…
Cancel
Save