Skip to content

Commit 64bd8c7

Browse files
authored
Update Python version in docs (#240)
* WIP: Prepare support for Python 3.11 * Fix python_requires * Fix mypy * Decrease maxmimum allowed * Decrease maximum * Decrease coverage threshold * Add suppress_health_check to test_stratified_split_dataset * Add suppress_health_check to test_stratified_split_dataset * Bump Sphinx * Bump Sphinx * Add support to Python 3.10 * Update changelog and version * Increase maxmimum allowed * Lint fix * Update changelog * Update changelog and version * Update python version from docs
1 parent 3907847 commit 64bd8c7

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

docs/source/contributing.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ In this session we'll guide you on how to contribute with the code. This is a gu
106106
Code standards
107107
--------------
108108

109-
This project is compatible only with python 3.6 to 3.9 and follows the `pep8 style <https://www.python.org/dev/peps/pep-0008/>`_
109+
This project is compatible only with python 3.8 to 3.11 and follows the `pep8 style <https://www.python.org/dev/peps/pep-0008/>`_
110110
And we use this `import formatting <https://google.github.io/styleguide/pyguide.html?showone=Imports_formatting#313-imports-formatting>`_
111111

112112
In order to check if your code is following our codestyle, you can run from the root directory of the repo the next commands:
@@ -153,7 +153,7 @@ Document your code
153153
------------------
154154

155155
All methods should have type annotations, this allow us to know what that method expect as parameters, and what is the expected output.
156-
You can learn more about it in `typing docs <https://docs.python.org/3.6/library/typing.html>`_
156+
You can learn more about it in `typing docs <https://docs.python.org/3.8/library/typing.html>`_
157157

158158
To document your code you should add docstrings, all methods with docstring will appear in this documentation's api file.
159159
If you created a new file, you may need to add it to the ``api.rst`` following the structure

docs/source/getting_started.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ Getting started
55
Installation
66
------------
77

8-
The fklearn library is compatible only with Python 3.6.2+.
8+
The fklearn library is compatible only with Python 3.8+.
99
In order to install it using pip, run:
1010

1111
.. code-block:: bash

0 commit comments

Comments
 (0)