Skip to content

Commit 67486f5

Browse files
Feature Python3.11 | Allow python 3.11
1 parent 9dd5c4b commit 67486f5

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-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

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)