Skip to content

Commit 13f3093

Browse files
authored
Merge pull request #669 from xylar/drop-python-3.9
Drop python 3.9
2 parents fd8cebf + a02b6b6 commit 13f3093

File tree

6 files changed

+4
-83
lines changed

6 files changed

+4
-83
lines changed

.github/workflows/build_workflow.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ jobs:
6161
shell: bash -l {0}
6262
strategy:
6363
matrix:
64-
python-version: ["3.9", "3.10", "3.11", "3.12", "3.13"]
64+
python-version: ["3.10", "3.11", "3.12", "3.13"]
6565
fail-fast: false
6666
steps:
6767
- uses: actions/checkout@v5

conda_package/ci/linux_64_python3.9.____cpython.yaml

Lines changed: 0 additions & 37 deletions
This file was deleted.

conda_package/ci/osx_64_python3.9.____cpython.yaml

Lines changed: 0 additions & 41 deletions
This file was deleted.

conda_package/dev-spec.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# $ conda create --name <env> --file <this file>
33

44
# Base
5-
python>=3.9
5+
python>=3.10
66
cartopy
77
cmocean
88
dask

conda_package/docs/making_changes.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ under the ``# Base`` comment:
137137
# $ conda create --name <env> --file <this file>
138138
139139
# Base
140-
python>=3.9
140+
python>=3.10
141141
cartopy
142142
...
143143

conda_package/pyproject.toml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,10 +37,9 @@ description = """\
3737
"""
3838
license = { file = "LICENSE" }
3939
readme = "README.md"
40-
requires-python = ">=3.9"
40+
requires-python = ">=3.10"
4141
classifiers = [
4242
# these are only for searching/browsing projects on PyPI
43-
"Programming Language :: Python :: 3.9",
4443
"Programming Language :: Python :: 3.10",
4544
"Programming Language :: Python :: 3.11",
4645
"Programming Language :: Python :: 3.12",

0 commit comments

Comments
 (0)