Skip to content

Commit

Permalink
build: support Python 3.9 (#47)
Browse files Browse the repository at this point in the history
  • Loading branch information
uniqueg committed Nov 9, 2021
1 parent 9cef0d9 commit 7322e7a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Expand Up @@ -6,6 +6,7 @@ python:
- "3.6"
- "3.7"
- "3.8"
- "3.9"

install:
- pip install -r requirements_dev.txt
Expand Down
1 change: 1 addition & 0 deletions setup.py
Expand Up @@ -28,6 +28,7 @@
'Programming Language :: Python :: 3.6',
'Programming Language :: Python :: 3.7',
'Programming Language :: Python :: 3.8',
'Programming Language :: Python :: 3.9',
],
install_requires=[
'pydantic>=1.6.1',
Expand Down

0 comments on commit 7322e7a

Please sign in to comment.