test.yml: remove unsupported Python versions

This commit is contained in:
Ali Parlakci
2021-04-20 14:32:59 +03:00
parent ee9dec16bf
commit 71664dc70a

View File

@@ -13,7 +13,7 @@ jobs:
strategy:
matrix:
python-version: [3.6, 3.7, 3.8, 3.9]
python-version: [3.9]
steps: