Skip to content

Commit

Permalink
drop support for python < 3.8 , add support for python 3.10/3.11
Browse files Browse the repository at this point in the history
  • Loading branch information
filippocastelli committed Feb 3, 2024
1 parent 823b46e commit 5cdefbe
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 @@ -23,12 +23,10 @@
description="Read and Write OME-TIFFs in Python",
packages=["pyometiff"],
classifiers=[
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3.6",
"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",
"License :: OSI Approved :: GNU General Public License v2 or later (GPLv2+)",
# "Operating System :: Os Independent",
],
Expand All @@ -41,5 +39,5 @@
url="https://github.com/filippocastelli/pyometiff",
author="Filippo Maria Castelli",
author_email="[email protected]",
python_requires=">=3.6",
python_requires=">=3.8",
)

0 comments on commit 5cdefbe

Please sign in to comment.