🚧 drop Python 3.6 support

This commit is contained in:
Faylixe
2020-12-07 19:38:29 +01:00
parent 3d3212719f
commit 28448c8eaa

View File

@@ -8,7 +8,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: [3.6, 3.7, 3.8]
python-version: [3.7, 3.8]
steps:
- uses: actions/checkout@v2
- name: Set up Python ${{ matrix.python-version }}