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 = " pysubstringsearch"
3- version = " 0.6 .0"
3+ version = " 0.7 .0"
44authors = [" Gal Ben David <gal@intsights.com>" ]
55edition = " 2021"
66description = " A Python library written in Rust that searches for substrings quickly using a Suffix Array"
@@ -29,6 +29,7 @@ classifier = [
2929 " Programming Language :: Python :: 3.8" ,
3030 " Programming Language :: Python :: 3.9" ,
3131 " Programming Language :: Python :: 3.10" ,
32+ " Programming Language :: Python :: 3.11" ,
3233 " Programming Language :: Rust" ,
3334]
3435
Original file line number Diff line number Diff line change 88</p >
99
1010![ license] ( https://img.shields.io/badge/MIT-License-blue )
11- ![ Python] ( https://img.shields.io/badge/Python-3.7%20%7C%203.8%20%7C%203.9%20%7C%203.10-blue )
11+ ![ 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 )
1212![ Build] ( https://github.com/Intsights/PySubstringSearch/workflows/Build/badge.svg )
1313[ ![ PyPi] ( https://img.shields.io/pypi/v/PySubstringSearch.svg )] ( https://pypi.org/project/PySubstringSearch/ )
1414
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ sdist-include = [
1212
1313[tool .poetry ]
1414name = " pysubstringsearch"
15- version = " 0.6 .0"
15+ version = " 0.7 .0"
1616authors = [" Gal Ben David <gal@intsights.com>" ]
1717description = " A Python library written in Rust that searches for substrings quickly using a Suffix Array"
1818readme = " README.md"
@@ -37,6 +37,7 @@ classifiers = [
3737 " Programming Language :: Python :: 3.8" ,
3838 " Programming Language :: Python :: 3.9" ,
3939 " Programming Language :: Python :: 3.10" ,
40+ " Programming Language :: Python :: 3.11" ,
4041 " Programming Language :: Rust" ,
4142]
4243
You can’t perform that action at this time.
0 commit comments