Support Python 3.9 (#393) (#400)

Co-authored-by: danielsagi <danielsagi2009@gmail.com>
This commit is contained in:
Hugo van Kemenade
2020-11-07 15:59:44 +02:00
committed by GitHub
parent b6be309651
commit 6a3c7a885a
2 changed files with 3 additions and 0 deletions

View File

@@ -5,6 +5,7 @@ python:
- "3.6"
- "3.7"
- "3.8"
- "3.9"
install:
- pip install -r requirements.txt
- pip install -r requirements-dev.txt

View File

@@ -22,6 +22,8 @@ classifiers =
Programming Language :: Python :: 3.6
Programming Language :: Python :: 3.7
Programming Language :: Python :: 3.8
Programming Language :: Python :: 3.9
Programming Language :: Python :: 3 :: Only
Topic :: Security
[options]