1
0
Fork 0
mirror of synced 2024-05-19 11:42:40 +12:00

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: