Skip to content

Commit 846a371

Browse files
authored
Feature | allow python 3.11
2 parents f1169f9 + 67486f5 commit 846a371

File tree

3 files changed

+3
-1
lines changed

3 files changed

+3
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ jobs:
3232
- '3.8'
3333
- '3.9'
3434
- '3.10'
35+
- '3.11'
3536
os:
3637
- ubuntu-latest
3738
- macos-latest

.github/workflows/deploy.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ jobs:
1414
- '3.8'
1515
- '3.9'
1616
- '3.10'
17+
- '3.11'
1718
os:
1819
- ubuntu-latest
1920
- macos-latest

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ sdist-include = [
1313

1414
[tool.poetry]
1515
name = "pyrepscan"
16-
version = "0.10.0"
16+
version = "0.11.0"
1717
authors = ["Gal Ben David <[email protected]>"]
1818
description = "A Git Repository Secrets Scanner written in Rust"
1919
readme = "README.md"

0 commit comments

Comments
 (0)