Skip to content

Commit

Permalink
doc: installation standard python 3.11
Browse files Browse the repository at this point in the history
  • Loading branch information
emanuel-schmid committed Sep 11, 2024
1 parent 5f092ab commit ad0d3dd
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions doc/guide/install.rst
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ For advanced Python users or developers of CLIMADA, we recommed cloning the CLIM

.. code-block:: shell
mamba create -n climada_env "python=3.9.*"
mamba create -n climada_env "python=3.11.*"
.. hint::

Expand All @@ -177,7 +177,7 @@ For advanced Python users or developers of CLIMADA, we recommed cloning the CLIM
:width: 60%

* - **Supported Version**
- ``3.9``
- ``3.11``
* - Allowed Versions
- ``3.9``, ``3.10``, ``3.11``

Expand Down
2 changes: 1 addition & 1 deletion script/jenkins/install_env.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/bash -e

mamba remove --name climada_env --all
mamba create -n climada_env python=3.9
mamba create -n climada_env python=3.11
mamba env update -n climada_env -f requirements/env_climada.yml

source activate climada_env
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@

classifiers=[
'Development Status :: 4 - Beta',
'Programming Language :: Python :: 3.9',
'Programming Language :: Python :: 3',
'Topic :: Scientific/Engineering :: Atmospheric Science',
'Topic :: Scientific/Engineering :: GIS',
'Topic :: Scientific/Engineering :: Mathematics',
Expand Down

0 comments on commit ad0d3dd

Please sign in to comment.