Skip to content

Commit

Permalink
Merge pull request #138 from chenrui333/py3.10
Browse files Browse the repository at this point in the history
ci: add python3.10
  • Loading branch information
jarun authored Feb 16, 2022
2 parents 99dad65 + 589e4a9 commit 776e62f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,11 @@ jobs:
- image: python:3.9-slim
<<: *test-template

py310:
docker:
- image: python:3.10-slim
<<: *test-template

package-and-publish:
machine: true
working_directory: ~/ddgr
Expand Down
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@
'Programming Language :: Python :: 3.7',
'Programming Language :: Python :: 3.8',
'Programming Language :: Python :: 3.9',
'Programming Language :: Python :: 3.10',
'Topic :: Internet :: WWW/HTTP :: Indexing/Search',
'Topic :: Utilities',
],
Expand Down

0 comments on commit 776e62f

Please sign in to comment.