We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fa52ed8 commit 585fffbCopy full SHA for 585fffb
pyproject.toml
@@ -7,7 +7,7 @@ name = "cs_tools"
7
dynamic = ["version"]
8
description = "Scale your ThoughtSpot adoption with tools created by the ThoughtSpot Solutions Consulting organization."
9
readme = "README.md"
10
-requires-python = ">= 3.9"
+requires-python = ">= 3.9.2"
11
license = {file = "LICENSE"}
12
authors = [
13
{name = "boonhapus", email="[email protected]"},
@@ -29,6 +29,7 @@ classifiers = [
29
"Programming Language :: Python :: 3.10",
30
"Programming Language :: Python :: 3.11",
31
"Programming Language :: Python :: 3.12",
32
+ "Programming Language :: Python :: 3.13",
33
]
34
35
dependencies = [
0 commit comments