Skip to content

Commit e728c7f

Browse files
committed
drop python3.9
1 parent d9121ae commit e728c7f

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

environment-dev.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ channels:
33
- conda-forge
44
- nodefaults
55
dependencies:
6-
- python>=3.9,<3.14
6+
- python>=3.10,<3.14
77
# Requirements
88
- cftime
99
- dask

pyproject.toml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ maintainers = [
1515
]
1616
description = "Tools for manipulating and opening NCML (NetCDF Markup) files with/for xarray"
1717
readme = {file = "README.rst", content-type = "text/x-rst"}
18-
requires-python = ">=3.9.0"
18+
requires-python = ">=3.10.0"
1919
keywords = ["xncml", "xarray", "netcdf", "ncml"]
2020
license = {file = "LICENSE"}
2121
classifiers = [
@@ -26,7 +26,6 @@ classifiers = [
2626
"Natural Language :: English",
2727
"Operating System :: OS Independent",
2828
"Programming Language :: Python :: 3",
29-
"Programming Language :: Python :: 3.9",
3029
"Programming Language :: Python :: 3.10",
3130
"Programming Language :: Python :: 3.11",
3231
"Programming Language :: Python :: 3.12",
@@ -199,7 +198,7 @@ exclude = [
199198

200199
[tool.mypy]
201200
files = "."
202-
python_version = 3.9
201+
python_version = 3.10
203202
show_error_codes = true
204203
strict = true
205204
warn_no_return = true

0 commit comments

Comments
 (0)