Skip to content

Commit

Permalink
Merge pull request #130 from stephenhky/python3_10
Browse files Browse the repository at this point in the history
Python 3.10
  • Loading branch information
stephenhky authored May 28, 2022
2 parents 4fa46a1 + c82c1b3 commit a2129a9
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
6 changes: 6 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,11 @@ jobs:
docker:
- image: circleci/python:3.9

py310:
<<: *shared
docker:
- image: circleci/python:3.10


workflows:
version: 2
Expand All @@ -56,3 +61,4 @@ workflows:
- py37
- py38
- py39
- py310
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ def test_requirements():


setup(name='shorttext',
version='1.5.4',
version='1.5.5a1',
description="Short Text Mining",
long_description=package_description(),
long_description_content_type='text/markdown',
Expand All @@ -47,6 +47,7 @@ def test_requirements():
"Programming Language :: Python :: 3.7",
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10"
"Programming Language :: Cython",
"Programming Language :: C",
"Natural Language :: English",
Expand Down

0 comments on commit a2129a9

Please sign in to comment.