Skip to content

Commit 624f096

Browse files
committed
drop support for python 3.9
1 parent e0c3d21 commit 624f096

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.github/workflows/build-tests.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@ jobs:
1515
matrix:
1616
os: ["ubuntu-24.04"]
1717
python-version:
18-
- "3.9"
1918
- "3.10"
2019
- "3.11"
2120
- "3.12"

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
For a quick installation:
88

9-
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/).
9+
1. Install dependencies: python 3 (tested on Python `3.10`-`3.13`), `pip`, `curl`, [`virtualenv`](https://virtualenv.pypa.io/en/latest/installation/), git, [git-lfs](https://git-lfs.github.com/).
1010

1111
2. Clone this repository:
1212

0 commit comments

Comments
 (0)