Skip to content

Commit

Permalink
skip python 3.8
Browse files Browse the repository at this point in the history
  • Loading branch information
cehbrecht committed Nov 9, 2023
1 parent de68dc1 commit d2aa10b
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
here = os.path.abspath(os.path.dirname(__file__))
README = open(os.path.join(here, "README.rst")).read()
CHANGES = open(os.path.join(here, "CHANGES.rst")).read()
REQUIRES_PYTHON = ">=3.7.0"
REQUIRES_PYTHON = ">=3.9.0"

about = {}
with open(os.path.join(here, "rook", "__version__.py"), "r") as f:
Expand All @@ -28,7 +28,9 @@
"Programming Language :: Python",
"Natural Language :: English",
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3.7",
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Topic :: Scientific/Engineering :: Atmospheric Science",
"License :: OSI Approved :: Apache Software License",
]
Expand Down

0 comments on commit d2aa10b

Please sign in to comment.