Skip to content

Commit

Permalink
Update supported python versions.
Browse files Browse the repository at this point in the history
  • Loading branch information
manuelbieri committed Sep 14, 2024
1 parent 940b34d commit 3f19c04
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 @@ -25,11 +25,8 @@
'Intended Audience :: Developers',
'Topic :: Software Development',
'License :: OSI Approved :: MIT License',
'Programming Language :: Python :: 3',
'Programming Language :: Python :: 3.5',
'Programming Language :: Python :: 3.6',
'Programming Language :: Python :: 3.7',
'Programming Language :: Python :: 3.8',
'Programming Language :: Python :: 3.11',
'Programming Language :: Python :: 3.12',
],
install_requires=[
"matplotlib>=3.9.2", # change with new version
Expand Down

0 comments on commit 3f19c04

Please sign in to comment.