mirror of
https://github.com/wassname/scikit-image.git
synced 2026-09-12 12:50:49 +08:00
Start deprecation of python 2.6
This commit is contained in:
@@ -156,4 +156,9 @@ else:
|
||||
_raise_build_error(e)
|
||||
from .util.dtype import *
|
||||
|
||||
|
||||
if sys.version.startswith('2.6'):
|
||||
warnings.warn("Python 2.6 is deprecated and will not be supported in scikit-image 0.13+")
|
||||
|
||||
|
||||
del warnings, functools, osp, imp, sys
|
||||
|
||||
Reference in New Issue
Block a user