Skip to content

Commit

Permalink
Add Tests for Python 3.10, 3.9 (#314)
Browse files Browse the repository at this point in the history
  • Loading branch information
pylipp authored May 26, 2022
1 parent 41a2afd commit 5c2a162
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ python:
- '3.6'
- '3.7'
- '3.8'
- '3.9'
- '3.10'
- pypy

matrix:
Expand Down
3 changes: 3 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,9 @@
'Programming Language :: Python :: 3.5',
'Programming Language :: Python :: 3.6',
'Programming Language :: Python :: 3.7',
'Programming Language :: Python :: 3.8',
'Programming Language :: Python :: 3.9',
'Programming Language :: Python :: 3.10',
'Programming Language :: Python :: Implementation :: CPython',
'Programming Language :: Python :: Implementation :: PyPy',
'Topic :: Internet :: WWW/HTTP :: Dynamic Content',
Expand Down

0 comments on commit 5c2a162

Please sign in to comment.