From 941f1445c378cb7a74a0cb1cdc4710d8650fe9bf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tero=20Ykspet=C3=A4j=C3=A4?= Date: Thu, 22 May 2025 16:40:13 +0300 Subject: [PATCH] Format list of supported Python versions as a list --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 8696bf1c..0506d9a8 100644 --- a/README.md +++ b/README.md @@ -11,9 +11,9 @@ This is the command-line client for the [Valohai][vh] machine learning IaaS plat `valohai-cli` supports Python 3.8 and higher. -If you still need to run on Python 3.5, version 0.13.0 was the last one to support it. -If you still need to run on Python 3.6, version 0.23.0 was the last one to support it. -If you still need to run on Python 3.7, version 0.25.0 was the last one to support it. +- If you still need to run on Python 3.5, version 0.13.0 was the last one to support it. +- If you still need to run on Python 3.6, version 0.23.0 was the last one to support it. +- If you still need to run on Python 3.7, version 0.25.0 was the last one to support it. ### System-wide or user-wide installation with pipx