We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9f2cab1 commit e1a9d71Copy full SHA for e1a9d71
pyproject.toml
@@ -11,13 +11,12 @@ name = "splunk-sdk"
11
dynamic = ["version"]
12
description = "Splunk Software Development Kit for Python"
13
readme = "README.md"
14
-requires-python = ">=3.13.0, <3.14"
+requires-python = ">=3.13"
15
license = "Apache-2.0"
16
authors = [{ name = "Splunk, Inc.", email = "devinfo@splunk.com" }]
17
keywords = ["splunk", "sdk"]
18
classifiers = [
19
"Programming Language :: Python :: 3",
20
- "Programming Language :: Python :: 3.9",
21
"Programming Language :: Python :: 3.13",
22
"Development Status :: 6 - Mature",
23
"Environment :: Other Environment",
0 commit comments