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 c901531 commit da23c4dCopy full SHA for da23c4d
setup.py
@@ -44,12 +44,12 @@ def _get_long_description():
44
classifiers=[
45
"Framework :: Dash",
46
"License :: OSI Approved :: Apache Software License",
47
- "Programming Language :: Python :: 3.8",
48
"Programming Language :: Python :: 3.9",
49
"Programming Language :: Python :: 3.10",
50
"Programming Language :: Python :: 3.11",
51
"Programming Language :: Python :: 3.12",
+ "Programming Language :: Python :: 3.13",
52
],
53
extras_require={"pandas": ["numpy", "pandas"]},
54
- python_requires=">=3.8, <4",
+ python_requires=">=3.9, <4",
55
)
0 commit comments