Skip to content

Commit

Permalink
Merge pull request #329 from splunk/version-limit
Browse files Browse the repository at this point in the history
don't declare py3.13 compat
  • Loading branch information
pyth0n1c authored Nov 18, 2024
2 parents b8b5c2d + 1903d06 commit bc2baac
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "contentctl"
version = "4.4.5"
version = "4.4.6"

description = "Splunk Content Control Tool"
authors = ["STRT <[email protected]>"]
Expand All @@ -11,7 +11,7 @@ readme = "README.md"
contentctl = 'contentctl.contentctl:main'

[tool.poetry.dependencies]
python = "^3.11"
python = "^3.11,<3.13"
pydantic = "^2.8.2"
PyYAML = "^6.0.2"
requests = "~2.32.3"
Expand Down

0 comments on commit bc2baac

Please sign in to comment.