Skip to content

Commit f910df0

Browse files
authored
Update Python version requirement to 3.11
Seeing this error: packages/socketsecurity/config.py", line 9, in <module> import tomllib ModuleNotFoundError: No module named 'tomllib'
1 parent 637eda7 commit f910df0

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
@@ -7,7 +7,7 @@ build-backend = "hatchling.build"
77
[project]
88
name = "socketsecurity"
99
version = "2.2.78"
10-
requires-python = ">= 3.10"
10+
requires-python = ">= 3.11"
1111
license = {"file" = "LICENSE"}
1212
dependencies = [
1313
'requests',

0 commit comments

Comments
 (0)