From 397190c2b2023e580a9ee5fafc305cd45abe2603 Mon Sep 17 00:00:00 2001 From: Andrew Nolan Date: Tue, 12 Nov 2024 08:32:40 -0700 Subject: [PATCH] Remove support for python 3.9 --- dev-environment.txt | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-environment.txt b/dev-environment.txt index 2caddb4..ba3dcbc 100644 --- a/dev-environment.txt +++ b/dev-environment.txt @@ -1,4 +1,4 @@ -python >= 3.9 +python >= 3.100 cartopy cmocean h5netcdf diff --git a/pyproject.toml b/pyproject.toml index 179ca58..99ed4cb 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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",