Skip to content

Commit b13b2ba

Browse files
Marcjonmmease
Marc
authored andcommitted
Changed to use py3.6 behavior also with python 3.7 and above. (#1501)
1 parent 3471c3d commit b13b2ba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: plotly/utils.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
lock = threading.Lock()
3737

3838
PY36 = (
39-
sys.version_info.major == 3 and sys.version_info.minor == 6
39+
sys.version_info.major == 3 and sys.version_info.minor >= 6
4040
)
4141

4242

0 commit comments

Comments
 (0)