Skip to content

Commit 18626bf

Browse files
committed
updated required python versions
1 parent 22598b6 commit 18626bf

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

setup.py

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,7 @@
1919
packages=setuptools.find_packages(),
2020
install_requires=[
2121
'requests>=2.25.1,<3',
22-
'dataclasses_json>=0.6.7',
23-
'dataclasses;python_version<"3.7"'
22+
'dataclasses_json>=0.6.7'
2423
],
2524
extras_require={
2625
'dev': [''],
@@ -31,17 +30,16 @@
3130
},
3231
classifiers=[
3332
"Programming Language :: Python :: 3",
34-
'Programming Language :: Python :: 3.6',
35-
'Programming Language :: Python :: 3.7',
36-
'Programming Language :: Python :: 3.8',
3733
'Programming Language :: Python :: 3.9',
3834
'Programming Language :: Python :: 3.10',
3935
'Programming Language :: Python :: 3.11',
36+
'Programming Language :: Python :: 3.12',
37+
'Programming Language :: Python :: 3.13',
4038
"Development Status :: 5 - Production/Stable",
4139
"Intended Audience :: Developers",
4240
"License :: OSI Approved :: MIT License",
4341
"Operating System :: OS Independent",
4442
"Natural Language :: English"
4543
],
46-
python_requires='>=3.6',
44+
python_requires='>=3.9',
4745
)

0 commit comments

Comments
 (0)