Browse Source

feature: remove support for python 3.6

tags/v2.1.8
winkidney 2 years ago
parent
commit
2768aab6bf
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, 3.9]
python-version: [3.7, 3.8, 3.9, 3.10]

steps:
- uses: actions/checkout@v1


Loading…
Cancel
Save