Skip to content

Commit

Permalink
Remove Python 3.7 support from doc and website (#2940)
Browse files Browse the repository at this point in the history
  • Loading branch information
tonyhoo committed Feb 17, 2023
1 parent 5d47cec commit ab43ffb
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ Be sure to select the *Source* option from the installation preferences.

- We recommend developing on Linux as this is the only OS where all features are currently 100% functional. Avoid introducing changes that will only work on a particular OS, as we're currently working to support MacOSX and Windows. Changes to existing code that improve cross-platform compatibility are most welcome!

- Use Python 3.7, 3.8 or 3.9 for development, as these are the only versions where AutoGluon is fully functional.
- Use Python 3.8, 3.9 or 3.10 for development, as these are the only versions where AutoGluon is fully functional.

- Please try to avoid introducing additional dependencies on 3rd party packages. We are currently working to reduce the number of external dependencies of our package. For now, we recommend [lazy-import](https://github.com/autogluon/autogluon/blob/master/core/src/autogluon/core/utils/try_import.py) of external package if you are adding functionality that you believe will only be used by small fraction users.

Expand Down
2 changes: 1 addition & 1 deletion docs/badges.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
.. _ReleaseVersion: https://auto.gluon.ai/dev/versions.html
.. |StableVersion| image:: https://img.shields.io/github/v/release/autogluon/autogluon?color=blue&label=stable%20release&sort=semver
.. _StableVersion: https://auto.gluon.ai/stable/index.html
.. |PythonVersion| image:: https://img.shields.io/badge/python-3.7%20%7C%203.8%20%7C%203.9-blue
.. |PythonVersion| image:: https://img.shields.io/badge/python-3.8%20%7C%203.9%20%7C%203.10-blue
.. _PythonVersion: https://pypi.org/project/autogluon/
.. |GitHub| image:: https://img.shields.io/github/stars/autogluon/autogluon?style=social
.. _GitHub: https://github.com/autogluon/autogluon/stargazers
Expand Down
2 changes: 1 addition & 1 deletion docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ AutoGluon: AutoML for Text, Image, Time Series, and Tabular Data
.. |StableVersion| image:: https://img.shields.io/github/v/release/autogluon/autogluon?color=blue&label=stable%20release&sort=semver
:target: https://auto.gluon.ai/stable/index.html
:scale: 100%
.. |PythonVersion| image:: https://img.shields.io/badge/python-3.7%20%7C%203.8%20%7C%203.9-blue
.. |PythonVersion| image:: https://img.shields.io/badge/python-3.8%20%7C%203.9%20%7C%203.10-blue
:target: https://pypi.org/project/autogluon/
.. |GitHub| image:: https://img.shields.io/github/stars/autogluon/autogluon?style=social
:target: https://github.com/autogluon/autogluon/stargazers
Expand Down
2 changes: 1 addition & 1 deletion docs/install-faq.rst
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@

* How to upgrade python version in Kaggle to install AutoGluon 0.7 and later?

AutoGluon will drop python 3.7 support in release v0.7 and afterwards. However, the python version is still 3.7 in Kaggle default container,
AutoGluon dropped python 3.7 support in release v0.7 and afterwards. However, the python version is still 3.7 in Kaggle default container,
which will lead to installation issue. To upgrade the python version to 3.8 or higher, here is a quick solution following
https://www.kaggle.com/code/amareltaylor/how-to-install-alternative-python-version-hack

Expand Down

0 comments on commit ab43ffb

Please sign in to comment.