Skip to content

Commit

Permalink
update supported python version, remove 3.5
Browse files Browse the repository at this point in the history
  • Loading branch information
jonas-eschle committed Mar 20, 2019
1 parent 00eeca2 commit 1914aef
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,6 @@
'Operating System :: MacOS',
'Operating System :: Unix',
'Programming Language :: Python :: 3',
'Programming Language :: Python :: 3.5',
'Programming Language :: Python :: 3.6',
'Programming Language :: Python :: 3.7',
'Topic :: Scientific/Engineering :: Physics',
Expand All @@ -54,7 +53,7 @@
include_package_data=True,
keywords='TensorFlow, model, fitting, scalable, HEP',
name='zfit',
python_requires=">=3.5",
python_requires=">=3.6",
packages=find_packages(include=['zfit', 'zfit.ztf',
'zfit.util', 'zfit.core', "zfit.minimizers", 'zfit.models']),
setup_requires=setup_requirements,
Expand Down

0 comments on commit 1914aef

Please sign in to comment.