Skip to content

Commit

Permalink
abandon python 3.9
Browse files Browse the repository at this point in the history
  • Loading branch information
emanuel-schmid committed Feb 19, 2025
1 parent b1a4d14 commit 7d852d6
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
# Do not abort other tests if only a single one fails
fail-fast: false
matrix:
python-version: ["3.9", "3.10", "3.11"]
python-version: ["3.10", "3.11"]

steps:
-
Expand Down
2 changes: 1 addition & 1 deletion doc/guide/install.rst
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@ For advanced Python users or developers of CLIMADA, we recommed cloning the CLIM
* - **Supported Version**
- ``3.11``
* - Allowed Versions
- ``3.9``, ``3.10``, ``3.11``
- ``3.10``, ``3.11``

#. Use the default environment specs in ``env_climada.yml`` to install all dependencies.
Then activate the environment:
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
"Topic :: Scientific/Engineering :: Mathematics",
],
keywords="climate adaptation",
python_requires=">=3.9,<3.12",
python_requires=">=3.10,<3.12",
install_requires=[
"bayesian-optimization<2.0",
"bottleneck",
Expand Down

0 comments on commit 7d852d6

Please sign in to comment.