Skip to content
Snippets Groups Projects
Commit 57e84057 authored by André Anjos's avatar André Anjos :speech_balloon:
Browse files

[conda] Update python >= 3.10

parent 0fe801f4
No related branches found
No related tags found
No related merge requests found
Pipeline #81834 failed
...@@ -21,10 +21,10 @@ build: ...@@ -21,10 +21,10 @@ build:
requirements: requirements:
host: host:
- python >=3.9 - python >=3.10
- pip - pip
run: run:
- python >=3.9 - python >=3.10
- pip - pip
# conda/mamba ecosystem dependencies # conda/mamba ecosystem dependencies
- conda - conda
......
...@@ -130,8 +130,8 @@ class Profile: ...@@ -130,8 +130,8 @@ class Profile:
Arguments: Arguments:
python: The python version in the format "X.Y" (e.g. "3.9" or python: The python version in the format "X.Y" (e.g. "3.11" or
"3.10") "3.12")
private: Set to ``True`` if we should use private channels/indexes private: Set to ``True`` if we should use private channels/indexes
to lookup dependencies. Should be ``False`` otherwise to lookup dependencies. Should be ``False`` otherwise
......
...@@ -284,7 +284,7 @@ Examples: ...@@ -284,7 +284,7 @@ Examples:
.. code:: sh .. code:: sh
$ conda activate base $ 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 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 files of all packages you wish to consider, then pip-install the packages
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment