Skip to content

Commit 3ef0943

Browse files
authored
doc Python3.8 requirement (#4381)
1 parent 1b102b2 commit 3ef0943

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

installation.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ There are different ways to install Conan:
1515
Install with pip (recommended)
1616
------------------------------
1717

18-
To install latest Conan 2 version using ``pip``, you need a Python >= 3.7
18+
To install latest Conan 2 version using ``pip``, you need a Python >= 3.8
1919
distribution installed on your machine. Modern Python distros come with pip pre-installed.
2020
However, if necessary you can install pip by following the instructions in `pip docs`_.
2121

@@ -30,7 +30,7 @@ Install Conan:
3030

3131
**Please READ carefully:**
3232

33-
- Make sure that your **pip** installation matches your **Python (>= 3.7)** version.
33+
- Make sure that your **pip** installation matches your **Python (>= 3.8)** version.
3434
- On **Linux**, you may need **sudo** permissions to install Conan globally.
3535
- We strongly recommend using **virtualenvs** (virtualenvwrapper works great) for everything related to Python
3636
(check https://virtualenvwrapper.readthedocs.io/en/stable/, or https://pypi.org/project/virtualenvwrapper-win/ on Windows).

introduction.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ There are some things that are not included in this commitment:
9191
- Other tools and repositories outside of the Conan client
9292

9393

94-
Conan needs Python>=3.7 to run. Conan will deprecate support for Python versions 1 year after those versions have been declared End Of Life (EOL).
94+
Conan needs Python>=3.8 to run. Conan will deprecate support for Python versions 1 year after those versions have been declared End Of Life (EOL).
9595

9696
If you have any question regarding Conan updates, stability, or any clarification about this definition of stability, please report in the documentation issue tracker: https://github.com/conan-io/docs.
9797

0 commit comments

Comments
 (0)