You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
MNT Remove Python 3.8 since it's end of life (#2135)
The end of life of Python 3.8 has arrived:
https://devguide.python.org/versions/
Therefore, Python 3.8 is removed from CI.
By default, Python 3.11 is now used.
Python 3.12 should be added to the CI matrix now, but that's for a
separate PR.
Also fixed:
The workflow tried to build on top of docker/README.md because globbing
was too broadly defined.
Reduce unnecessary steps to hopefully get disk space usage down, as
GitHub action currently fails with not enough disk space.
Copy file name to clipboardExpand all lines: docs/source/install.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -16,7 +16,7 @@ rendered properly in your Markdown viewer.
16
16
17
17
# Installation
18
18
19
-
Before you start, you will need to setup your environment, install the appropriate packages, and configure 🤗 PEFT. 🤗 PEFT is tested on **Python 3.8+**.
19
+
Before you start, you will need to setup your environment, install the appropriate packages, and configure 🤗 PEFT. 🤗 PEFT is tested on **Python 3.9+**.
0 commit comments