Skip to content

Commit d568902

Browse files
Merge pull request #8 from ydiamant/master
Fix CS: Allow Python 3.11
2 parents 846a371 + f441966 commit d568902

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

Cargo.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "pyrepscan"
3-
version = "0.10.0"
3+
version = "0.11.0"
44
authors = ["Gal Ben David <[email protected]>"]
55
edition = "2021"
66
description = "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

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)