Skip to content

Commit

Permalink
build: support Python 3.10
Browse files Browse the repository at this point in the history
  • Loading branch information
uniqueg committed Nov 10, 2021
1 parent 9607d0a commit 9d9e66b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,11 @@ python:
- "3.7"
- "3.8"
- "3.9"
- "3.10"

install:
- pip install -r requirements_dev.txt
- pip install -r requirements.txt
- python setup.py install

# Build once for pushes to the repo, and once for PR from forks
Expand Down
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@
'Programming Language :: Python :: 3.7',
'Programming Language :: Python :: 3.8',
'Programming Language :: Python :: 3.9',
'Programming Language :: Python :: 3.10',
],
install_requires=[
'pydantic>=1.6.1',
Expand Down

0 comments on commit 9d9e66b

Please sign in to comment.