Updated GitHub CI and conditional requirements.
This commit is contained in:
parent
b46a87de04
commit
4a646d2db9
|
@ -9,7 +9,7 @@ jobs:
|
|||
strategy:
|
||||
max-parallel: 4
|
||||
matrix:
|
||||
python-version: [3.5, 3.6, 3.7, 3.8]
|
||||
python-version: [3.5, 3.6, 3.7, 3.8, 3.9]
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v1
|
||||
|
|
|
@ -1,6 +1,8 @@
|
|||
codecov
|
||||
coverage
|
||||
ftfy
|
||||
ftfy==4.4.3; python_version <= '2.7'
|
||||
ftfy==5.9.0; python_version >= '3.0' and python_version <= '3.5'
|
||||
ftfy; python_version >= '3.6'
|
||||
mailchecker
|
||||
phonenumbers
|
||||
python-dateutil
|
||||
|
|
Loading…
Reference in New Issue