Skip to content

Commit

Permalink
Bump required Python version to 3.8
Browse files Browse the repository at this point in the history
  • Loading branch information
jitseniesen committed Sep 3, 2024
1 parent 7ae312d commit e59a87b
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ def get_package_data(name, extlist):
install_requires=REQUIREMENTS,
url='https://github.com/spyder-ide/spyder-line-profiler',
license='MIT',
python_requires='>= 3.7',
python_requires='>= 3.8',
entry_points={
"spyder.plugins": [
"spyder_line_profiler = spyder_line_profiler.spyder.plugin:SpyderLineProfiler"
Expand All @@ -89,9 +89,10 @@ def get_package_data(name, extlist):
'License :: OSI Approved :: MIT License',
'Operating System :: OS Independent',
'Programming Language :: Python :: 3',
'Programming Language :: Python :: 3.7',
'Programming Language :: Python :: 3.8',
'Programming Language :: Python :: 3.9',
'Programming Language :: Python :: 3.10',
'Programming Language :: Python :: 3.11',
'Programming Language :: Python :: 3.12',
'Topic :: Software Development',
'Topic :: Text Editors :: Integrated Development Environments (IDE)'])

0 comments on commit e59a87b

Please sign in to comment.