21448: replaced all context menu names with string constants Arvados-DCO-1.1-Signed...
[arvados.git] / services / fuse / setup.py
index d0c46f132040aa400645473ddf347c53be135d23..b04829652e948b4de22c3c433620287c4fb51ef1 100644 (file)
@@ -51,11 +51,8 @@ setup(name='arvados_fuse',
         'setuptools',
         "prometheus_client"
         ],
-      extras_require={
-          ':python_version<"3"': ['pytz'],
-      },
+      python_requires="~=3.8",
       classifiers=[
-          'Programming Language :: Python :: 2',
           'Programming Language :: Python :: 3',
       ],
       test_suite='tests',