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 7595f99 commit ec088ce
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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 env remove -n petals_env
mamba create -n petals_env python=3.9
mamba create -n petals_env python=3.11
mamba env update -n petals_env -f ~/jobs/climada_install_env/workspace/requirements/env_climada.yml
mamba env update -n petals_env -f requirements/env_climada.yml

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,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 ec088ce

Please sign in to comment.