Skip to content

Commit acbbcba

Browse files
Update lower bound for Python version to 3.8 #nolog
1 parent f7cb71c commit acbbcba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ classifiers = [
1010
"Programming Language :: Python :: 3",
1111
"Operating System :: OS Independent",
1212
]
13-
requires-python = ">=3.6"
13+
requires-python = ">=3.8"
1414
dependencies = ["simple-websocket >= 0.10.0"]
1515

1616
[project.readme]

0 commit comments

Comments
 (0)