Skip to content

Commit

Permalink
Add Python 3.7 to classifiers
Browse files Browse the repository at this point in the history
Python 3.7 compatibility seems fixed in 1.13, see
eg. tensorflow#20517 and tensorflow#17022.
  • Loading branch information
michael-k committed Feb 13, 2019
1 parent 8a3407d commit 312e34e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tensorflow/tools/pip_package/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -284,6 +284,7 @@ def find_files(pattern, root):
'Programming Language :: Python :: 3.4',
'Programming Language :: Python :: 3.5',
'Programming Language :: Python :: 3.6',
'Programming Language :: Python :: 3.7',
'Topic :: Scientific/Engineering',
'Topic :: Scientific/Engineering :: Mathematics',
'Topic :: Scientific/Engineering :: Artificial Intelligence',
Expand Down

0 comments on commit 312e34e

Please sign in to comment.