File tree 5 files changed +7
-3
lines changed
5 files changed +7
-3
lines changed Original file line number Diff line number Diff line change 32
32
- ' 3.8'
33
33
- ' 3.9'
34
34
- ' 3.10'
35
+ - ' 3.11'
35
36
os :
36
37
- ubuntu-latest
37
38
- macos-latest
Original file line number Diff line number Diff line change 14
14
- ' 3.8'
15
15
- ' 3.9'
16
16
- ' 3.10'
17
+ - ' 3.11'
17
18
os :
18
19
- ubuntu-latest
19
20
- macos-latest
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " pysubstringsearch"
3
- version = " 0.6 .0"
3
+ version = " 0.7 .0"
4
4
authors = [
" Gal Ben David <[email protected] >" ]
5
5
edition = " 2021"
6
6
description = " A Python library written in Rust that searches for substrings quickly using a Suffix Array"
@@ -29,6 +29,7 @@ classifier = [
29
29
" Programming Language :: Python :: 3.8" ,
30
30
" Programming Language :: Python :: 3.9" ,
31
31
" Programming Language :: Python :: 3.10" ,
32
+ " Programming Language :: Python :: 3.11" ,
32
33
" Programming Language :: Rust" ,
33
34
]
34
35
Original file line number Diff line number Diff line change 8
8
</p >
9
9
10
10
![ 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 )
12
12
![ Build] ( https://github.com/Intsights/PySubstringSearch/workflows/Build/badge.svg )
13
13
[ ![ PyPi] ( https://img.shields.io/pypi/v/PySubstringSearch.svg )] ( https://pypi.org/project/PySubstringSearch/ )
14
14
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ sdist-include = [
12
12
13
13
[tool .poetry ]
14
14
name = " pysubstringsearch"
15
- version = " 0.6 .0"
15
+ version = " 0.7 .0"
16
16
authors = [
" Gal Ben David <[email protected] >" ]
17
17
description = " A Python library written in Rust that searches for substrings quickly using a Suffix Array"
18
18
readme = " README.md"
@@ -37,6 +37,7 @@ classifiers = [
37
37
" Programming Language :: Python :: 3.8" ,
38
38
" Programming Language :: Python :: 3.9" ,
39
39
" Programming Language :: Python :: 3.10" ,
40
+ " Programming Language :: Python :: 3.11" ,
40
41
" Programming Language :: Rust" ,
41
42
]
42
43
You can’t perform that action at this time.
0 commit comments