Skip to content

Commit c0f0d05

Browse files
python >=3.5
1 parent d3a6355 commit c0f0d05

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

setup.py

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#!/usr/bin/env python
2-
# Copyright (c) 2017-2019, Intel Corporation
2+
# Copyright (c) 2017-2020, Intel Corporation
33
#
44
# Redistribution and use in source and binary forms, with or without
55
# modification, are permitted provided that the following conditions are met:
@@ -24,7 +24,6 @@
2424
# OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
2525
# OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
2626

27-
from __future__ import division, print_function, absolute_import
2827
import io
2928
import re
3029

@@ -86,7 +85,7 @@ def setup_package():
8685
classifiers = [_f for _f in CLASSIFIERS.split('\n') if _f],
8786
platforms = ["Windows", "Linux", "Mac OS-X"],
8887
test_suite = 'nose.collector',
89-
python_requires = '>=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*',
88+
python_requires = '>=3.5',
9089
install_requires = ['numpy'],
9190
configuration = configuration
9291
)

0 commit comments

Comments
 (0)