Skip to content

Commit 578182f

Browse files
committed
Bump minimum Python version to 3.9
1 parent c18b203 commit 578182f

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,15 @@
22

33
[![SCC Linux CI](https://github.com/C0rn3j/sc-controller/actions/workflows/scc-linux.yml/badge.svg)](https://github.com/C0rn3j/sc-controller/actions/workflows/scc-linux.yml) [![Build and publish AppImages](https://github.com/C0rn3j/sc-controller/actions/workflows/appimage.yml/badge.svg)](https://github.com/C0rn3j/sc-controller/actions/workflows/appimage.yml)
44

5-
User-mode driver, mapper and GTK3 based GUI for Steam Controller, DS4 and similar controllers.
5+
User-mode driver, mapper and GTK3 based GUI for Steam Controller, DS4 and many other controllers.
66

77
[![screenshot1](docs/screenshot1-tn.png?raw=true)](docs/screenshot1.png?raw=true)
88
[![screenshot2](docs/screenshot2-tn.png?raw=true)](docs/screenshot2.png?raw=true)
99
[![screenshot3](docs/screenshot3-tn.png?raw=true)](docs/screenshot3.png?raw=true)
1010
[![screenshot3](docs/screenshot4-tn.png?raw=true)](docs/screenshot4.png?raw=true)
1111

1212
## Features
13-
- Allows to setup, configure and use Steam Controller(s) without ever launching Steam
13+
- Allows to setup, configure and use Steam Controllers without ever launching Steam
1414
- Supports profiles switchable in GUI or with controller button
1515
- Stick, Pads and Gyroscope input
1616
- Haptic Feedback and in-game Rumble support
@@ -43,7 +43,7 @@ Windows:
4343
## Building the package by yourself
4444

4545
### Dependencies
46-
- Python 3.8+
46+
- Python 3.9+
4747
- GTK 3.24+
4848
- [PyGObject](https://live.gnome.org/PyGObject)
4949
- [python-gi-cairo](https://packages.debian.org/sid/python-gi-cairo) and [gir1.2-rsvg-2.0](https://packages.debian.org/sid/gir1.2-rsvg-2.0) on Debian-based distributions (included in PyGObject elsewhere)

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ classifiers = [
1919
"License :: OSI Approved :: GNU General Public License v2 (GPLv2)",
2020
"Operating System :: POSIX :: Linux"
2121
]
22-
requires-python = ">=3.8"
22+
requires-python = ">=3.9"
2323
#platforms = ["Linux"]
2424

2525
# https://packaging.python.org/en/latest/guides/writing-pyproject-toml/#creating-executable-scripts
@@ -57,7 +57,7 @@ packages = [
5757
[tool.ruff]
5858
# Target non-EOL releases at minimum, or later if needed
5959
# https://devguide.python.org/versions/
60-
target-version = "py38"
60+
target-version = "py39"
6161
# Project uses 80 sporadically, so just do soft 80 and hard break at 120
6262
line-length = 120
6363

0 commit comments

Comments
 (0)