Skip to content

Commit

Permalink
updated minimum supported Python release
Browse files Browse the repository at this point in the history
  • Loading branch information
giumas committed Oct 20, 2024
1 parent fcb5aba commit d3ceb90
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ def find_version(*file_paths):
"qt-material",
"requests"
],
python_requires='>=3.8',
python_requires='>=3.11',
entry_points={
"gui_scripts": [
],
Expand All @@ -90,10 +90,8 @@ def find_version(*file_paths):
"Operating System :: OS Independent",
"Programming Language :: Python",
"Programming Language :: Python :: 3",
"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 :: Scientific/Engineering :: GIS",
],
keywords="hydrography ocean mapping",
Expand Down

0 comments on commit d3ceb90

Please sign in to comment.