Skip to content

Commit 077de98

Browse files
committed
#782: Adapt setup to use isoduration only above python 3.6
1 parent 2ead444 commit 077de98

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.cfg

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ format =
3939
strict-rfc3339
4040
webcolors
4141
uri_template
42-
isoduration
42+
isoduration;python_version>'3.6'
4343
format_nongpl =
4444
fqdn
4545
idna
@@ -48,7 +48,7 @@ format_nongpl =
4848
rfc3986-validator>0.1.0
4949
rfc3339-validator
5050
uri_template
51-
isoduration
51+
isoduration;python_version>'3.6'
5252

5353
[options.entry_points]
5454
console_scripts =

0 commit comments

Comments
 (0)