Support Python 3.9

This commit is contained in:
Sheng
2022-05-02 19:58:38 +08:00
parent 685e1a7df1
commit 97e6d25556
3 changed files with 4 additions and 2 deletions
+1
View File
@@ -8,6 +8,7 @@ python:
- "3.6"
- "3.7"
- "3.8"
- "3.9"
install:
- pip install -r requirements.txt