Skip to content

Commit 22b92df

Browse files
Update supported python versions in docs
Signed-off-by: Ayan Sinha Mahapatra <ayansmahapatra@gmail.com>
1 parent 1e2b38b commit 22b92df

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

INSTALL.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Prerequisites
1616
-------------
1717

1818
Before installing ScanCode make sure you have installed these prerequisites.
19-
The main one is to have Python installed version 3.7, 3.8, 3.9 or 3.10
19+
The main one is to have Python installed version 3.8, 3.9, 3.10, 3.11 or 3.12
2020

2121
- For Linux(Ubuntu): ``sudo apt install python3.8-dev bzip2 xz-utils zlib1g libxml2-dev libxslt1-dev``
2222
- For MacOS: Install Python 3.x from https://www.python.org/

docs/source/contribute/contrib_dev.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -186,9 +186,9 @@ recursive dependencies.
186186

187187
There are utility scripts in ``etc/release`` that can help with the dependencies
188188
management process in particular to build or update wheels with native code for
189-
multiple OSes (Linux, macOS and Windows) and multiple Python versions (3.7+),
189+
multiple OSes (Linux, macOS and Windows) and multiple Python versions (3.8+),
190190
which is not a completely simple operation (and requires eventually 12 wheels
191-
and one source distribution to be published as we support 3 OSes and 4 Python
191+
and one source distribution to be published as we support 3 OSes and 5 Python
192192
versions).
193193

194194

docs/source/getting-started/install.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ For advanced usage and experienced users, you can also use any of these mode:
3939
Before Installing
4040
-----------------
4141

42-
- ScanCode requires a Python version 3.7, 3.8, 3.9 or 3.10 and is
42+
- ScanCode requires a Python version between 3.8 to 3.12 and is
4343
tested on Linux, macOS, and Windows. It should work fine on FreeBSD.
4444

4545
.. _system_requirements:
@@ -66,8 +66,8 @@ System Requirements
6666
Prerequisites
6767
^^^^^^^^^^^^^
6868

69-
ScanCode needs a Python 3.7+ interpreter; We support all Python versions from
70-
3.7 to 3.10. The default version for the application archives is Python 3.8
69+
ScanCode needs a Python 3.8+ interpreter; We support all Python versions from
70+
3.8 to 3.12. The default version for the application archives is Python 3.8
7171

7272
- **On Linux**:
7373

0 commit comments

Comments
 (0)