Skip to content

Commit 1818e9d

Browse files
committed
Bump required python version to 3.8
1 parent 047bf13 commit 1818e9d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ description = "Bindings to the Linux input handling subsystem"
99
keywords = ["evdev", "input", "uinput"]
1010
readme = "README.md"
1111
license = {file = "LICENSE"}
12-
requires-python = ">=3.6"
12+
requires-python = ">=3.8"
1313
authors = [
1414
{ name="Georgi Valkov", email="georgi.t.valkov@gmail.com" },
1515
]

0 commit comments

Comments
 (0)