Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/build_workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ jobs:
shell: bash -l {0}
strategy:
matrix:
python-version: ["3.9", "3.10", "3.11", "3.12", "3.13"]
python-version: ["3.10", "3.11", "3.12", "3.13"]
fail-fast: false
steps:
- uses: actions/checkout@v5
Expand Down
37 changes: 0 additions & 37 deletions conda_package/ci/linux_64_python3.9.____cpython.yaml

This file was deleted.

41 changes: 0 additions & 41 deletions conda_package/ci/osx_64_python3.9.____cpython.yaml

This file was deleted.

2 changes: 1 addition & 1 deletion conda_package/dev-spec.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# $ conda create --name <env> --file <this file>

# Base
python>=3.9
python>=3.10
cartopy
cmocean
dask
Expand Down
2 changes: 1 addition & 1 deletion conda_package/docs/making_changes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ under the ``# Base`` comment:
# $ conda create --name <env> --file <this file>

# Base
python>=3.9
python>=3.10
cartopy
...

Expand Down
3 changes: 1 addition & 2 deletions conda_package/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -37,10 +37,9 @@ description = """\
"""
license = { file = "LICENSE" }
readme = "README.md"
requires-python = ">=3.9"
requires-python = ">=3.10"
classifiers = [
# these are only for searching/browsing projects on PyPI
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12",
Expand Down
Loading