mirror of
https://github.com/clearml/clearml-agent
synced 2025-02-07 05:19:17 +00:00
Remove Python 3.5 support
This commit is contained in:
parent
070919973b
commit
f110bbf5b4
7
setup.py
7
setup.py
@ -1,5 +1,5 @@
|
|||||||
"""
|
"""
|
||||||
ClearML - Artificial Intelligence Version Control
|
ClearML Inc.
|
||||||
CLEARML-AGENT DevOps for machine/deep learning
|
CLEARML-AGENT DevOps for machine/deep learning
|
||||||
https://github.com/allegroai/clearml-agent
|
https://github.com/allegroai/clearml-agent
|
||||||
"""
|
"""
|
||||||
@ -40,8 +40,8 @@ setup(
|
|||||||
long_description_content_type='text/markdown',
|
long_description_content_type='text/markdown',
|
||||||
# The project's main homepage.
|
# The project's main homepage.
|
||||||
url='https://github.com/allegroai/clearml-agent',
|
url='https://github.com/allegroai/clearml-agent',
|
||||||
author='Allegroai',
|
author='clearml',
|
||||||
author_email='clearml@allegro.ai',
|
author_email='clearml@clearml.ai',
|
||||||
license='Apache License 2.0',
|
license='Apache License 2.0',
|
||||||
classifiers=[
|
classifiers=[
|
||||||
'Development Status :: 5 - Production/Stable',
|
'Development Status :: 5 - Production/Stable',
|
||||||
@ -56,7 +56,6 @@ setup(
|
|||||||
'Topic :: Scientific/Engineering :: Image Recognition',
|
'Topic :: Scientific/Engineering :: Image Recognition',
|
||||||
'Topic :: System :: Logging',
|
'Topic :: System :: Logging',
|
||||||
'Topic :: System :: Monitoring',
|
'Topic :: System :: Monitoring',
|
||||||
'Programming Language :: Python :: 3.5',
|
|
||||||
'Programming Language :: Python :: 3.6',
|
'Programming Language :: Python :: 3.6',
|
||||||
'Programming Language :: Python :: 3.7',
|
'Programming Language :: Python :: 3.7',
|
||||||
'Programming Language :: Python :: 3.8',
|
'Programming Language :: Python :: 3.8',
|
||||||
|
Loading…
Reference in New Issue
Block a user