Skip to content
This repository has been archived by the owner on May 11, 2024. It is now read-only.

Commit

Permalink
Add the Python3.7 support for pipy
Browse files Browse the repository at this point in the history
  • Loading branch information
riverliuintel committed Feb 5, 2020
1 parent d0c93f6 commit 27411a3
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions api/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,15 +31,16 @@
long_description=long_description,
long_description_content_type='text/markdown',
url='https://github.com/IntelAI/tools',
packages=find_packages(exclude=['bin', 'config', 'models', 'tests', 'tools']),
packages=find_packages(exclude=['docker', 'config', 'models', 'tests', 'tools']),
classifiers=[
'Development Status :: 1.0 Beta',
'License :: OSI Approbed :: Apache License 2.0',
'Operating System :: OS Independent',
'Programming Language :: Python :: 3.4',
'Programming Language :: Python :: 3.5',
'Programming Language :: Python :: 3.6',
'Programming Language :: Python :: 3.7',
],
keywords='Intel® AI Quantization Tools for Tensorflow*',
python_requires='>=3.4, !=3.1.*, !=3.2.*, !=3.3.*, <3.7'
python_requires='>=3.4, !=3.1.*, !=3.2.*, !=3.3.*, <3.8'
)

0 comments on commit 27411a3

Please sign in to comment.