Skip to content

Commit

Permalink
update python requirement
Browse files Browse the repository at this point in the history
  • Loading branch information
Zybulon committed Sep 7, 2024
1 parent 6ec0331 commit a1b33e7
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ def get_description():


REQUIREMENTS = [
'python>=3.12',
'spyder>=6.0.0',
'tornado',
'terminado>=0.13.1',
Expand Down Expand Up @@ -96,11 +97,7 @@ def get_description():
'Operating System :: MacOS',
'Operating System :: Microsoft :: Windows',
'Operating System :: POSIX :: Linux',
'Programming Language :: Python :: 2.7',
'Programming Language :: Python :: 3.5',
'Programming Language :: Python :: 3.6',
'Programming Language :: Python :: 3.7',
'Programming Language :: Python :: 3.8'
'Programming Language :: Python :: 3.12',
],
extras_require=EXTRAS_REQUIRE,
entry_points={
Expand Down

0 comments on commit a1b33e7

Please sign in to comment.