Skip to content

Commit 9450110

Browse files
committed
DEP: drop support for Python 3.9, require 3.10 or newer
1 parent aa02502 commit 9450110

2 files changed

Lines changed: 2 additions & 3 deletions

File tree

.github/workflows/miniconda.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
# NO_NET: 1
1313
strategy:
1414
matrix:
15-
python-version: [ "3.9", "3.10", "3.11", "3.12", "3.13" ]
15+
python-version: [ "3.10", "3.11", "3.12", "3.13" ]
1616
os: [windows-latest, ubuntu-latest, macos-latest]
1717
platform: [x64, x32]
1818
exclude:

pyproject.toml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ description = "Provides an object-oriented python interface to the netCDF versio
1212
authors = [
1313
{name = "Jeff Whitaker", email = "whitaker.jeffrey@gmail.com"},
1414
]
15-
requires-python = ">=3.9"
15+
requires-python = ">=3.10"
1616
keywords = [
1717
"numpy", "netcdf", "data", "science", "network", "oceanography",
1818
"meteorology", "climate",
@@ -21,7 +21,6 @@ license = {text = "MIT"}
2121
classifiers = [
2222
"Development Status :: 3 - Alpha",
2323
"Programming Language :: Python :: 3",
24-
"Programming Language :: Python :: 3.9",
2524
"Programming Language :: Python :: 3.10",
2625
"Programming Language :: Python :: 3.11",
2726
"Programming Language :: Python :: 3.12",

0 commit comments

Comments
 (0)