Skip to content

Commit 7d852d6

Browse files
abandon python 3.9
1 parent b1a4d14 commit 7d852d6

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
# Do not abort other tests if only a single one fails
2323
fail-fast: false
2424
matrix:
25-
python-version: ["3.9", "3.10", "3.11"]
25+
python-version: ["3.10", "3.11"]
2626

2727
steps:
2828
-

doc/guide/install.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,7 @@ For advanced Python users or developers of CLIMADA, we recommed cloning the CLIM
179179
* - **Supported Version**
180180
- ``3.11``
181181
* - Allowed Versions
182-
- ``3.9``, ``3.10``, ``3.11``
182+
- ``3.10``, ``3.11``
183183

184184
#. Use the default environment specs in ``env_climada.yml`` to install all dependencies.
185185
Then activate the environment:

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@
5858
"Topic :: Scientific/Engineering :: Mathematics",
5959
],
6060
keywords="climate adaptation",
61-
python_requires=">=3.9,<3.12",
61+
python_requires=">=3.10,<3.12",
6262
install_requires=[
6363
"bayesian-optimization<2.0",
6464
"bottleneck",

0 commit comments

Comments
 (0)