File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change 11[package ]
22name = " pyrepscan"
3- version = " 0.10 .0"
3+ version = " 0.11 .0"
44authors = [
" Gal Ben David <[email protected] >" ]
55edition = " 2021"
66description = " A Git Repository Secrets Scanner written in Rust"
@@ -27,6 +27,7 @@ classifier = [
2727 " Programming Language :: Python :: 3.8" ,
2828 " Programming Language :: Python :: 3.9" ,
2929 " Programming Language :: Python :: 3.10" ,
30+ " Programming Language :: Python :: 3.11" ,
3031 " Programming Language :: Rust" ,
3132]
3233
Original file line number Diff line number Diff line change @@ -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