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
Python 3.6 was EOL'd back in 2021-12-13 and GitHub Actions no longer
supports it in any of the supported CI images. No maintained distro
should still ship Python 3.6 as the main Python version, though, so it
should be safe to drop this.
Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -17,7 +17,7 @@ This is a wrapper script that allows you to easily run Winetricks commands for S
17
17
18
18
# Requirements
19
19
20
-
* Python 3.6 or newer
20
+
* Python 3.7 or newer
21
21
* Winetricks
22
22
* Steam
23
23
* YAD (recommended) **or** Zenity. Required for GUI.
@@ -124,7 +124,7 @@ You can use pipx to install the latest version on PyPI or the git repository for
124
124
125
125
**pipx does not install Winetricks and other dependencies out of the box.** You can install Winetricks using the [installation instructions](https://github.com/Winetricks/winetricks#installing) provided by the Winetricks project.
126
126
127
-
**pipx requires Python 3.6 or newer.**
127
+
**pipx requires Python 3.7 or newer.**
128
128
129
129
**You will need to install pip, setuptools and virtualenv first.** Install the correct packages depending on your distribution:
0 commit comments