Minimal python version changed to 3.6

This commit is contained in:
Fabian Joswig 2021-10-15 15:51:12 +01:00
parent b491096a95
commit 1972f38cb9
3 changed files with 3 additions and 3 deletions

View file

@ -13,7 +13,7 @@ jobs:
strategy:
fail-fast: true
matrix:
python-version: ["3.5", "3.6", "3.7", "3.8", "3.9"]
python-version: ["3.6", "3.7", "3.8", "3.9"]
steps:
- name: Checkout source