Skip to content

Commit

Permalink
Remove support for python 3.9
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewdnolan committed Nov 12, 2024
1 parent 7598d7e commit 397190c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion dev-environment.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
python >= 3.9
python >= 3.100
cartopy
cmocean
h5netcdf
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ authors = [
description = "A visualization package for MPAS meshes"
license = {file = "LICENSE"}
readme = "README.md"
requires-python = ">=3.9"
requires-python = ">=3.10"
classifiers = [
"Programming Language :: Python :: 3",
"License :: OSI Approved :: BSD License",
Expand Down

0 comments on commit 397190c

Please sign in to comment.