From ec088ce671b92add178f845e9d313ad5ec0c42d0 Mon Sep 17 00:00:00 2001 From: emanuel-schmid Date: Wed, 11 Sep 2024 15:07:57 +0200 Subject: [PATCH] doc: installation standard python 3.11 --- script/jenkins/install_env.sh | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/script/jenkins/install_env.sh b/script/jenkins/install_env.sh index 37f7ea8ae..efdef9024 100644 --- a/script/jenkins/install_env.sh +++ b/script/jenkins/install_env.sh @@ -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 diff --git a/setup.py b/setup.py index 878586e95..aa66a432a 100644 --- a/setup.py +++ b/setup.py @@ -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',