Skip to content

Commit 7750b50

Browse files
committed
Update python requirements
1 parent 569ff69 commit 7750b50

File tree

1 file changed

+7
-4
lines changed

1 file changed

+7
-4
lines changed

docs/started/requirements.md

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,13 @@ using Rucio [docker containers](https://hub.docker.com/u/rucio), or Rucio
1515
## Python
1616

1717
Rucio server, daemons and clients are written in Python and thus depend on an
18-
installed Python interpreter. Since the Rucio [1.24](/release-notes/1.24.0)
19-
release servers and daemons require **Python 3.6** or upwards. The clients still
20-
support **Python 2.7**, but will drop support with the Rucio [1.29 LTS](/release-notes/1.29.0) release in
21-
July 2022.
18+
installed Python interpreter.
19+
20+
Rucio release | Supported python versions
21+
----------------------------------- | -------------------------------------------
22+
[1.26 LTS](/release-notes/1.26.0) | Server: >=3.6, <=3.9; Clients: >=2.7, <=3.9
23+
[1.29 LTS](/release-notes/1.29.0) | >=3.6, <=3.9
24+
from 32 LTS | >=3.9, <=3.10
2225

2326
## Database
2427

0 commit comments

Comments
 (0)