This commit is contained in:
Jonathan Kim 2021-07-14 17:01:14 +01:00
parent b023e9ca11
commit 6311bb084b

View File

@ -8,7 +8,7 @@ jobs:
strategy:
max-parallel: 4
matrix:
python-version: ["3.6", "3.7", "3.8", "3.9"]
python-version: ["2.7", "3.6", "3.7", "3.8", "3.9"]
steps:
- uses: actions/checkout@v2