We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3471c3d commit b13b2baCopy full SHA for b13b2ba
plotly/utils.py
@@ -36,7 +36,7 @@
36
lock = threading.Lock()
37
38
PY36 = (
39
- sys.version_info.major == 3 and sys.version_info.minor == 6
+ sys.version_info.major == 3 and sys.version_info.minor >= 6
40
)
41
42
0 commit comments