Skip to content

Commit

Permalink
fix: allow python version 3.9 or later
Browse files Browse the repository at this point in the history
  • Loading branch information
mamullen13316 committed May 10, 2024
1 parent b819f09 commit 015f318
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ readme = "README.md"
packages = [{include = "sophos_firewall_audit"}]

[tool.poetry.dependencies]
python = "^3.11"
python = "^3.9"
pyyaml = "^6.0.1"
hvac = "^1.2.1"
jinja2 = "^3.1.2"
Expand Down

0 comments on commit 015f318

Please sign in to comment.