Skip to content

Commit 71d70a0

Browse files
committed
readme: Update python version to Python3.11 in README.md
- Update python version in README.md - Update python version in pyproject.toml and poetry.lock
1 parent 2593e8b commit 71d70a0

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ It uses the following tools and technologies:
2929

3030
### Preconditions
3131

32-
The tool supports Python3.8 and higher versions. The code is hosted on the following repository: [pg_anon repository on Github](https://github.com/TantorLabs/pg_anon).
32+
The tool supports Python3.11 and higher versions. The code is hosted on the following repository: [pg_anon repository on Github](https://github.com/TantorLabs/pg_anon).
3333

3434
### Installation Instructions
3535

@@ -39,7 +39,7 @@ Installation processes slightly differ depending on your operating system.
3939

4040
1. Install Python3 if it isn't installed:
4141
- Install [Homebrew](https://brew.sh/)
42-
- `brew install python3`
42+
- [`brew install python@3.11`](https://formulae.brew.sh/formula/python@3.11)
4343
2. Clone the repository: `git clone https://github.com/TantorLabs/pg_anon.git`
4444
3. Go to the project directory: `cd pg_anon`
4545
4. Set up a virtual environment:
@@ -49,7 +49,7 @@ Installation processes slightly differ depending on your operating system.
4949

5050
#### Ubuntu/Redhat/CentOS
5151

52-
1. Install Python3 if it isn't installed: `sudo apt-get install python3.8` (for Ubuntu), `sudo yum install python38` (for Redhat/Centos)
52+
1. Install Python3 if it isn't installed: `sudo apt-get install python3.11` (for Ubuntu), `sudo yum install python311` (for Redhat/Centos)
5353
2. Clone the repository: `git clone https://github.com/TantorLabs/pg_anon.git`
5454
3. Go to the project directory: `cd pg_anon`
5555
4. Set up a virtual environment:

poetry.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ authors = ["Tantor Labs <tantor@tantorlabs.ru>"]
3434
readme = "README.md"
3535

3636
[tool.poetry.dependencies]
37-
python = "^3.8"
37+
python = "^3.11"
3838
aioprocessing = "2.0.1"
3939
asyncpg = "0.29.0"
4040
nest-asyncio = "1.6.0"

0 commit comments

Comments
 (0)