Skip to content

Commit ba68d25

Browse files
committed
更改setup
Signed-off-by: tinybees <[email protected]>
1 parent ba4f501 commit ba68d25

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

setup.py

+4-3
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
'aelog>=1.0.3',
4646
'reportlab<=3.5.68',
4747
'openpyxl>=2.4.11,<=3.1.5'],
48-
python_requires=">=3.5",
48+
python_requires=">=3.6",
4949
keywords="tabular,datasets,excel,word,pdf",
5050
license='MIT',
5151
classifiers=[
@@ -59,7 +59,8 @@
5959
'Topic :: Software Development :: Libraries :: Python Modules',
6060
'Topic :: Utilities',
6161
'Programming Language :: Python',
62-
'Programming Language :: Python :: 3.5',
6362
'Programming Language :: Python :: 3.6',
64-
'Programming Language :: Python :: 3.7']
63+
'Programming Language :: Python :: 3.7',
64+
'Programming Language :: Python :: 3.8',
65+
'Programming Language :: Python :: 3.9']
6566
)

0 commit comments

Comments
 (0)