Skip to content

Commit da23c4d

Browse files
committed
Update Python requirements
1 parent c901531 commit da23c4d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,12 +44,12 @@ def _get_long_description():
4444
classifiers=[
4545
"Framework :: Dash",
4646
"License :: OSI Approved :: Apache Software License",
47-
"Programming Language :: Python :: 3.8",
4847
"Programming Language :: Python :: 3.9",
4948
"Programming Language :: Python :: 3.10",
5049
"Programming Language :: Python :: 3.11",
5150
"Programming Language :: Python :: 3.12",
51+
"Programming Language :: Python :: 3.13",
5252
],
5353
extras_require={"pandas": ["numpy", "pandas"]},
54-
python_requires=">=3.8, <4",
54+
python_requires=">=3.9, <4",
5555
)

0 commit comments

Comments
 (0)