1
0
mirror of https://github.com/QData/TextAttack.git synced 2021-10-13 00:05:06 +03:00

remove 3.9 from testing

This commit is contained in:
Jin Yong Yoo
2020-10-30 22:16:25 -04:00
parent 46ef3bcac5
commit 3c65e9d0a1

View File

@@ -15,7 +15,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: [3.6, 3.7, 3.8, 3.9]
python-version: [3.6, 3.7, 3.8]
steps:
- uses: actions/checkout@v2