Skip to content

Commit 59ab126

Browse files
We have to keep it anyway for 3.6, 3.7, 3.8, 3.9
1 parent 2c512f1 commit 59ab126

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ skip_missing_interpreters = true
77
description = Test that the tzdata contents are accessible
88
deps =
99
pytest
10-
pytest-subtests; python_version>='3.6'
10+
pytest-subtests; python_version >= '3.6' and python_version <= '3.9'
1111
importlib_resources; python_version<'3.7'
1212
commands =
1313
pytest {toxinidir} {posargs}

0 commit comments

Comments
 (0)