Skip to content

Commit

Permalink
docs: Adjust python version information in documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
aiakide committed Jan 4, 2024
1 parent 1f6c572 commit b218945
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion DEV_ENV_SETUP.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ conda create --name your-env-name python=3.x
conda activate your-env-name
```

Replace `your-env-name` with your desired environment name and `3.x` with a Python version above 3.8 and below 3.11.
Replace `your-env-name` with your desired environment name and `3.x` with a Python version above 3.8 and below 3.12.
For Apple Silicon we recommend python 3.8.

## Install Poetry Dependencies
Expand Down
2 changes: 1 addition & 1 deletion docs/getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ Let's get started!
Before we get started, please ensure that you have the following
prerequisites:

- Python version between 3.8.0 - 3.10.0 installed on your system
- Python version above 3.8.0 and below 3.12.0 installed on your system
- Poetry package manager installed ([Install Poetry](
https://python-poetry.org/docs/#installation))
- Basic knowledge of Python programming
Expand Down
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ classifiers = [
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Operating System :: MacOS",
"Operating System :: POSIX :: Linux",
"Topic :: Software Development",
Expand Down

0 comments on commit b218945

Please sign in to comment.