Skip to content
Snippets Groups Projects
Verified Commit 904084da authored by Tamas Gal's avatar Tamas Gal :speech_balloon:
Browse files

Remove Python 3.6 support

parent d80225a0
No related branches found
No related tags found
1 merge request!86Remove online support, uproot3 and update to awkward2 and uproot5
Pipeline #52870 failed
......@@ -19,7 +19,6 @@ classifiers =
Programming Language :: Python
Programming Language :: Python :: 3
Programming Language :: Python :: 3 :: Only
Programming Language :: Python :: 3.6
Programming Language :: Python :: 3.7
Programming Language :: Python :: 3.8
Programming Language :: Python :: 3.9
......@@ -40,7 +39,7 @@ install_requires =
awkward>=2
uproot>=5
setuptools_scm
python_requires = >=3.6
python_requires = >=3.7
include_package_data = True
package_dir =
=src
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment