Skip to content

Commit

Permalink
Feature | allow python 3.11
Browse files Browse the repository at this point in the history
  • Loading branch information
ostern-r7 authored Jan 8, 2023
2 parents f1169f9 + 67486f5 commit 846a371
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ jobs:
- '3.8'
- '3.9'
- '3.10'
- '3.11'
os:
- ubuntu-latest
- macos-latest
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ jobs:
- '3.8'
- '3.9'
- '3.10'
- '3.11'
os:
- ubuntu-latest
- macos-latest
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ sdist-include = [

[tool.poetry]
name = "pyrepscan"
version = "0.10.0"
version = "0.11.0"
authors = ["Gal Ben David <gal@intsights.com>"]
description = "A Git Repository Secrets Scanner written in Rust"
readme = "README.md"
Expand Down

0 comments on commit 846a371

Please # to comment.