Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove warning about py38 introduced in #1519 and #1517 #1526

Merged
merged 1 commit into from Jan 17, 2020
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
7 changes: 0 additions & 7 deletions installation.rst
Expand Up @@ -21,11 +21,6 @@ To install Conan using ``pip``, you need Python >= 3.5 distribution installed on
:ref:`Python 2<python2>` is being deprecated. Modern Python distros come
with pip pre-installed. However, if necessary you can install pip by following the instructions in `pip docs`_.

.. warning::

Python 3.8 isn't supported by Conan yet due to the breaking changes in Python release. We're `working`_ on this problem, but you may need to downgrade to Python 3.7 or below for a while.


.. warning::

**Python 2 has been deprecated on January 1st, 2020 by the Python maintainers** and Conan project will completely stop working with it
Expand Down Expand Up @@ -205,5 +200,3 @@ Please give feedback in the `Conan issue tracker`_ or write us to info@conan.io.
.. _`pip docs`: https://pip.pypa.io/en/stable/installing/

.. _`Conan issue tracker`: https://github.com/conan-io/conan/issues/3334

.. _`working`: https://github.com/conan-io/conan/issues/6347