Add support for Python 3.9, drop Python 3.4

Add support for Python 3.9 since it was officially released in October
and drop support for Python 3.4 since it is end-of-life (EOL).
This commit is contained in:
Jason Mobarak
2020-12-03 22:15:50 -08:00
committed by Adrien Vergé
parent 0f9dffde23
commit 22335b294d
2 changed files with 3 additions and 2 deletions

View File

@@ -7,6 +7,7 @@ python:
- 3.6
- 3.7
- 3.8
- 3.9
- nightly
env:
- REMOVE_LOCALES=false