Skip to content

Commit

Permalink
SOF-7534: drop support for python 3.8
Browse files Browse the repository at this point in the history
  • Loading branch information
pranabdas committed Dec 23, 2024
1 parent 9a84bbb commit a5dec5a
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion .github/workflows/build-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ jobs:
matrix:
os: ["ubuntu-24.04"]
python-version:
- "3.8"
- "3.9"
- "3.10"
- "3.11"
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:

Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit a5dec5a

Please sign in to comment.