Updated GitHub CI and conditional requirements.

This commit is contained in:
Fabio Caccamo 2021-05-04 23:35:45 +02:00
parent b46a87de04
commit 4a646d2db9
2 changed files with 4 additions and 2 deletions

View File

@ -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

View File

@ -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