Skip to content

Commit

Permalink
Drop support for Python 3.7 and 3.8 (#608)
Browse files Browse the repository at this point in the history
  • Loading branch information
mfisher87 authored Sep 13, 2024
1 parent 2566d96 commit bea9fe0
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ description = "Python tools for obtaining and working with ICESat-2 data"
license = {file = "LICENSE"}
readme = "README.rst"

requires-python = "~=3.7"
requires-python = ">=3.9"
dynamic = ["version", "dependencies"]

authors = [
Expand All @@ -20,8 +20,6 @@ classifiers=[
"License :: OSI Approved :: BSD 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",
Expand Down

0 comments on commit bea9fe0

Please sign in to comment.