diff --git a/conda/meta.yaml b/conda/meta.yaml index ca214bc7d9a028ce986bc9aba534598ba751f293..fe2828f3f85e7e086d173f3c4e0fa7121d08a9fd 100644 --- a/conda/meta.yaml +++ b/conda/meta.yaml @@ -21,10 +21,10 @@ build: requirements: host: - - python >=3.9 + - python >=3.10 - pip run: - - python >=3.9 + - python >=3.10 - pip # conda/mamba ecosystem dependencies - conda diff --git a/src/idiap_devtools/profile.py b/src/idiap_devtools/profile.py index d076273f18a4add9c3924115530514fcb6715b35..8edfffce6508ad56e212b1a438b3267b4681d8b7 100644 --- a/src/idiap_devtools/profile.py +++ b/src/idiap_devtools/profile.py @@ -130,8 +130,8 @@ class Profile: Arguments: - python: The python version in the format "X.Y" (e.g. "3.9" or - "3.10") + python: The python version in the format "X.Y" (e.g. "3.11" or + "3.12") private: Set to ``True`` if we should use private channels/indexes to lookup dependencies. Should be ``False`` otherwise diff --git a/src/idiap_devtools/scripts/env.py b/src/idiap_devtools/scripts/env.py index 07d9a48167a42b0659acff0d911465d03afc3028..d0d55dc7ae69d8d437f8b14d43b84ede6c7e0bff 100644 --- a/src/idiap_devtools/scripts/env.py +++ b/src/idiap_devtools/scripts/env.py @@ -284,7 +284,7 @@ Examples: .. code:: sh $ conda activate base - (base) devtool env -vv --python=3.9 --output=whatever-i-like.yaml . + (base) devtool env -vv --python=3.12 --output=whatever-i-like.yaml . 3. To develop multiple packages you checked out, just add the meta package files of all packages you wish to consider, then pip-install the packages