Skip to content

Commit 06514f2

Browse files
committed
Fixed pyproject.toml
Signed-off-by: Thomas Calmant <thomas.calmant@gmail.com>
1 parent d5ee5d9 commit 06514f2

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,8 @@ classifiers = [
3838
]
3939

4040
dependencies = [
41-
"enum34; python_version<='3.4'",
42-
"typing; python_version<='3.4'"
41+
"enum34; python_version<'3.4'",
42+
"typing; python_version<'3.5'"
4343
]
4444

4545
[project.optional-dependencies]

0 commit comments

Comments
 (0)