Skip to content

Commit 86596a4

Browse files
Remove dependency on python_version<3.11
Signed-off-by: Nicholas Hubbard <[email protected]>
1 parent 4812b5a commit 86596a4

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
@@ -38,7 +38,7 @@ classifiers = [
3838
# ~= with version numbers
3939
dependencies = [
4040
"requests >=2.24",
41-
"tomli>=1.2.3; python_version<'3.11'",
41+
"tomli>=1.2.3",
4242
"urllib3",
4343
]
4444

0 commit comments

Comments
 (0)