Skip to content

Commit

Permalink
fix: update python version to 3.9 min
Browse files Browse the repository at this point in the history
  • Loading branch information
mamullen13316 committed Mar 12, 2024
1 parent fe2e2e3 commit 1610d99
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ authors = ["Matt Mullen <matt.mullen@sophos.com>"]
readme = "README.md"

[tool.poetry.dependencies]
python = ">=3.8,<4.0"
python = ">=3.9,<4.0"
requests = "^2.31.0"
Jinja2 = "^3.1.2"
xmltodict = "^0.13.0"
Expand All @@ -28,7 +28,6 @@ sphinx = "^7.2.6"
sphinx-rtd-theme = "^1.3.0"



[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"

0 comments on commit 1610d99

Please sign in to comment.