Skip to content

Commit

Permalink
build: add Python 3.9 support (#101)
Browse files Browse the repository at this point in the history
  • Loading branch information
uniqueg committed May 2, 2021
1 parent 39c9e71 commit ac6767b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ python:
- "3.6"
- "3.7"
- "3.8"
- "3.9"

env:
- TRAVIS: true
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Flask==1.1.2
Flask-Cors==3.0.8
Flask-PyMongo==2.3.0
mongomock==3.19.0
pydantic==1.5.1
pydantic==1.8.1
PyJWT==1.7.1
pymongo==3.10.1
PyYAML==5.4
Expand Down
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@
"Programming Language :: Python :: 3.6",
"Programming Language :: Python :: 3.7",
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9",
"Topic :: Internet :: WWW/HTTP",
"Topic :: System :: Systems Administration",
"Topic :: Utilities",
Expand Down

0 comments on commit ac6767b

Please sign in to comment.