Drop Python 3.6

This commit is contained in:
Tomas Sebestik
2022-01-31 07:20:59 +01:00
parent ba348f11b8
commit fb12d03dc3
13 changed files with 32 additions and 29 deletions
+1 -1
View File
@@ -13,7 +13,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: [3.6, 3.7, 3.8]
python-version: ["3.7", "3.8", "3.9", "3.10"]
steps:
- name: Checkout