Skip to content

Commit e1a9d71

Browse files
committed
Fixes from PR review
1 parent 9f2cab1 commit e1a9d71

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

pyproject.toml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,13 +11,12 @@ name = "splunk-sdk"
1111
dynamic = ["version"]
1212
description = "Splunk Software Development Kit for Python"
1313
readme = "README.md"
14-
requires-python = ">=3.13.0, <3.14"
14+
requires-python = ">=3.13"
1515
license = "Apache-2.0"
1616
authors = [{ name = "Splunk, Inc.", email = "devinfo@splunk.com" }]
1717
keywords = ["splunk", "sdk"]
1818
classifiers = [
1919
"Programming Language :: Python :: 3",
20-
"Programming Language :: Python :: 3.9",
2120
"Programming Language :: Python :: 3.13",
2221
"Development Status :: 6 - Mature",
2322
"Environment :: Other Environment",

0 commit comments

Comments
 (0)