From a5dec5ab2e6de917bc9e6d6f411c16c3b284fe97 Mon Sep 17 00:00:00 2001 From: Pranab Das <31024886+pranabdas@users.noreply.github.com> Date: Tue, 24 Dec 2024 00:28:35 +0800 Subject: [PATCH] SOF-7534: drop support for python 3.8 --- .github/workflows/build-tests.yml | 1 - README.md | 2 +- requirements.txt | 2 +- 3 files changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build-tests.yml b/.github/workflows/build-tests.yml index 958ada5ce..017cef81f 100644 --- a/.github/workflows/build-tests.yml +++ b/.github/workflows/build-tests.yml @@ -15,7 +15,6 @@ jobs: matrix: os: ["ubuntu-24.04"] python-version: - - "3.8" - "3.9" - "3.10" - "3.11" diff --git a/README.md b/README.md index 4ee5a245f..e72f0658e 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ For a quick installation: -1. Install dependencies: python 3 (tested on Python `3.8`-`3.13`), `pip`, `curl`, [`virtualenv`](https://virtualenv.pypa.io/en/latest/installation/), git, [git-lfs](https://git-lfs.github.com/). +1. Install dependencies: python 3 (tested on Python `3.9`-`3.13`), `pip`, `curl`, [`virtualenv`](https://virtualenv.pypa.io/en/latest/installation/), git, [git-lfs](https://git-lfs.github.com/). 2. Clone this repository: diff --git a/requirements.txt b/requirements.txt index 14aa8c728..7c62cff13 100644 --- a/requirements.txt +++ b/requirements.txt @@ -55,7 +55,7 @@ rsa==4.9 singledispatch==3.4.0.4 six==1.16.0 smmap==5.0.1 -termcolor==2.4.0 +termcolor==2.5.0 tornado==6.4.2 uritemplate==4.1.1 urllib3==2.2.3