File tree Expand file tree Collapse file tree 5 files changed +7
-3
lines changed
Expand file tree Collapse file tree 5 files changed +7
-3
lines changed Original file line number Diff line number Diff line change 3232 - ' 3.8'
3333 - ' 3.9'
3434 - ' 3.10'
35+ - ' 3.11'
3536 os :
3637 - ubuntu-latest
3738 - macos-latest
Original file line number Diff line number Diff line change 1414 - ' 3.8'
1515 - ' 3.9'
1616 - ' 3.10'
17+ - ' 3.11'
1718 os :
1819 - ubuntu-latest
1920 - macos-latest
Original file line number Diff line number Diff line change 11[package ]
22name = " pywordsegment"
3- version = " 0.3 .0"
3+ version = " 0.4 .0"
44authors = [" Gal Ben David <gal@intsights.com>" ]
55edition = " 2021"
66description = " Concatenated-word segmentation Python library written in Rust"
@@ -26,6 +26,7 @@ classifier = [
2626 " Programming Language :: Python :: 3.8" ,
2727 " Programming Language :: Python :: 3.9" ,
2828 " Programming Language :: Python :: 3.10" ,
29+ " Programming Language :: Python :: 3.11" ,
2930 " Programming Language :: Rust" ,
3031]
3132
Original file line number Diff line number Diff line change 99
1010
1111![ license] ( https://img.shields.io/badge/MIT-License-blue )
12- ![ Python] ( https://img.shields.io/badge/Python-3.7%20%7C%203.8%20%7C%203.9%20%7C%203.10-blue )
12+ ![ Python] ( https://img.shields.io/badge/Python-3.7%20%7C%203.8%20%7C%203.9%20%7C%203.10%20%7C%203.11 -blue )
1313![ OS] ( https://img.shields.io/badge/OS-Mac%20%7C%20Linux%20%7C%20Windows-blue )
1414![ Build] ( https://github.com/intsights/pywordsegment/workflows/Build/badge.svg )
1515[ ![ PyPi] ( https://img.shields.io/pypi/v/pywordsegment.svg )] ( https://pypi.org/project/pywordsegment/ )
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ sdist-include = [
1414
1515[tool .poetry ]
1616name = " pywordsegment"
17- version = " 0.3 .0"
17+ version = " 0.4 .0"
1818authors = [" Gal Ben David <gal@intsights.com>" ]
1919description = " Concatenated-word segmentation Python library written in Rust"
2020readme = " README.md"
@@ -36,6 +36,7 @@ classifiers = [
3636 " Programming Language :: Python :: 3.8" ,
3737 " Programming Language :: Python :: 3.9" ,
3838 " Programming Language :: Python :: 3.10" ,
39+ " Programming Language :: Python :: 3.11" ,
3940 " Programming Language :: Rust" ,
4041]
4142
You can’t perform that action at this time.
0 commit comments