Browse Source

use only Python 3.7

pull/248/head
Christian Decker 3 years ago
parent
commit
ba6fc7de05
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      .github/workflows/pythonpackage.yml

+ 1
- 1
.github/workflows/pythonpackage.yml View File

@@ -13,7 +13,7 @@ jobs:
strategy:
max-parallel: 4
matrix:
python-version: [3.6, 3.7, 3.8]
python-version: [3.7]

steps:
- uses: actions/checkout@v1


Loading…
Cancel
Save