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 2666c98 commit d218280Copy full SHA for d218280
1 file changed
pyproject.toml
@@ -15,10 +15,11 @@ classifiers = [
15
"Programming Language :: Python :: 3.10",
16
"Programming Language :: Python :: 3.11",
17
"Programming Language :: Python :: 3.12",
18
+ "Programming Language :: Python :: 3.13",
19
]
20
requires-python = ">=3.10"
-repository = "https://github.com/crispthinking/athena-client"
21
-homepage = "https://github.com/crispthinking/athena-client"
+repository = "https://github.com/crispthinking/athena-python-client"
22
+homepage = "https://github.com/crispthinking/athena-python-client"
23
documentation = "https://crispthinking.github.io/athena-python-client/"
24
dependencies = [
25
"anyio>=4.10.0",
0 commit comments