@@ -11,14 +11,13 @@ name = "splunk-sdk"
1111dynamic = [" version" ]
1212description = " Splunk Software Development Kit for Python"
1313readme = " README.md"
14- requires-python = " >=3.7 "
14+ requires-python = " >=3.9 "
1515license = " Apache-2.0"
1616authors = [{ name = " Splunk, Inc." , email = " devinfo@splunk.com" }]
1717keywords = [" splunk" , " sdk" ]
1818classifiers = [
1919 " Programming Language :: Python :: 3" ,
2020 " Programming Language :: Python :: 3 :: Only" ,
21- " Programming Language :: Python :: 3.7" ,
2221 " Programming Language :: Python :: 3.9" ,
2322 " Programming Language :: Python :: 3.13" ,
2423 " Development Status :: 6 - Mature" ,
@@ -38,11 +37,7 @@ compat = ["six>=1.17.0"]
3837# Treat the same as package.json `devDependencies`
3938[dependency-groups ]
4039test = [" pytest>=7.4.4" , " pytest-cov>=4.1.0" , " python-dotenv==0.21.1" ]
41- lint = [
42- " pyright; python_version < '3.9'" ,
43- " basedpyright; python_version >= '3.9'" ,
44- " ruff>=0.14.13" ,
45- ]
40+ lint = [" basedpyright>=1.37.2" , " ruff>=0.14.13" ]
4641release = [" build>=1.1.1" , " twine>=4.0.2" , " sphinx>=5.3.0" , " jinja2>=3.1.6" ]
4742dev = [
4843 { include-group = " test" },
0 commit comments