Skip to content

Commit 2d4f771

Browse files
doc: installation standard python 3.11 (#945)
1 parent 9bb8856 commit 2d4f771

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

doc/guide/install.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@ For advanced Python users or developers of CLIMADA, we recommed cloning the CLIM
161161

162162
.. code-block:: shell
163163
164-
mamba create -n climada_env "python=3.9.*"
164+
mamba create -n climada_env "python=3.11.*"
165165
166166
.. hint::
167167

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

179179
* - **Supported Version**
180-
- ``3.9``
180+
- ``3.11``
181181
* - Allowed Versions
182182
- ``3.9``, ``3.10``, ``3.11``
183183

script/jenkins/install_env.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/bin/bash -e
22

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

77
source activate climada_env

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949

5050
classifiers=[
5151
'Development Status :: 4 - Beta',
52-
'Programming Language :: Python :: 3.9',
52+
'Programming Language :: Python :: 3',
5353
'Topic :: Scientific/Engineering :: Atmospheric Science',
5454
'Topic :: Scientific/Engineering :: GIS',
5555
'Topic :: Scientific/Engineering :: Mathematics',

0 commit comments

Comments
 (0)