Add support for Python 3.9.

This commit is contained in:
2021-03-30 15:36:26 -07:00
parent f29519a5cd
commit 631da1465e
3 changed files with 4 additions and 3 deletions

View File

@@ -25,4 +25,4 @@ regex; python_version >= '3.8'
requests==2.25.0
ruamel.yaml>0.15.0,<0.17.0
toml==0.10.2; python_version >= '3.8'
typed-ast==1.4.1; python_version >= '3.8'
typed-ast==1.4.2; python_version >= '3.8'