Skip to content

Commit 585fffb

Browse files
author
boonhapus
committed
allow python 3.13
1 parent fa52ed8 commit 585fffb

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ name = "cs_tools"
77
dynamic = ["version"]
88
description = "Scale your ThoughtSpot adoption with tools created by the ThoughtSpot Solutions Consulting organization."
99
readme = "README.md"
10-
requires-python = ">= 3.9"
10+
requires-python = ">= 3.9.2"
1111
license = {file = "LICENSE"}
1212
authors = [
1313
{name = "boonhapus", email="[email protected]"},
@@ -29,6 +29,7 @@ classifiers = [
2929
"Programming Language :: Python :: 3.10",
3030
"Programming Language :: Python :: 3.11",
3131
"Programming Language :: Python :: 3.12",
32+
"Programming Language :: Python :: 3.13",
3233
]
3334

3435
dependencies = [

0 commit comments

Comments
 (0)