Skip to content

Commit 1daae5a

Browse files
committed
Updated documentation to reflect new Python versions
1 parent 6679706 commit 1daae5a

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

CONTRIBUTING.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,8 +51,8 @@ Steps with :bash:`sudo` access (e.g. on a local device):
5151
* After installation, restart your shell.
5252
#. Install the required Python versions:
5353
* On some systems, additional packages may be needed to build Python versions. For example on Ubuntu: :bash:`sudo apt install build-essential zlib1g-dev libncurses5-dev libgdbm-dev libnss3-dev libssl-dev libreadline-dev libffi-dev libsqlite3-dev wget libbz2-dev liblzma-dev lzma`.
54-
* Install the Python versions with: :bash:`pyenv install 3.8 3.9 3.10 3.11`. The reason we're installing all these versions as opposed to just one, is so we can test against all supported Python versions.
55-
#. Set the Python versions so they can be found: :bash:`pyenv local 3.8 3.9 3.10 3.11` (replace :bash:`local` with :bash:`global` when not using the virtualenv).
54+
* Install the Python versions with: :bash:`pyenv install 3.9 3.10 3.11 3.12`. The reason we're installing all these versions as opposed to just one, is so we can test against all supported Python versions.
55+
#. Set the Python versions so they can be found: :bash:`pyenv local 3.9 3.10 3.11 3.12` (replace :bash:`local` with :bash:`global` when not using the virtualenv).
5656
#. Setup a local virtual environment in the folder: :bash:`pyenv virtualenv 3.11 kerneltuner` (or whatever environment name and Python version you prefer).
5757
#. `Install Poetry <https://python-poetry.org/docs/#installing-with-the-official-installer>`__.
5858
* Use :bash:`curl -sSL https://install.python-poetry.org | python3 -` to install Poetry.

INSTALL.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ Linux users could type the following to download and install Python 3 using Mini
2121
wget https://repo.continuum.io/miniconda/Miniconda3-latest-Linux-x86_64.sh
2222
bash Miniconda3-latest-Linux-x86_64.sh
2323
24-
You are of course also free to use your own Python installation, and the Kernel Tuner is developed to be fully compatible with Python 3.8 and newer.
24+
You are of course also free to use your own Python installation, and the Kernel Tuner is developed to be fully compatible with Python 3.9 and newer.
2525

2626
Installing Python Packages
2727
--------------------------

0 commit comments

Comments
 (0)