Abhishek Thakur commited on
Commit
968f629
·
1 Parent(s): 2b8e69a

update py10 setup

Browse files
Files changed (1) hide show
  1. setup.py +2 -2
setup.py CHANGED
@@ -47,14 +47,14 @@ setup(
47
  entry_points={"console_scripts": ["competitions=competitions.cli.competitions:main"]},
48
  install_requires=INSTALL_REQUIRES,
49
  extras_require=EXTRAS_REQUIRE,
50
- python_requires=">=3.8",
51
  classifiers=[
52
  "Intended Audience :: Developers",
53
  "Intended Audience :: Education",
54
  "Intended Audience :: Science/Research",
55
  "License :: OSI Approved :: Apache Software License",
56
  "Operating System :: OS Independent",
57
- "Programming Language :: Python :: 3.8",
58
  "Topic :: Scientific/Engineering :: Artificial Intelligence",
59
  ],
60
  keywords="huggingface competitions machine learning ai nlp",
 
47
  entry_points={"console_scripts": ["competitions=competitions.cli.competitions:main"]},
48
  install_requires=INSTALL_REQUIRES,
49
  extras_require=EXTRAS_REQUIRE,
50
+ python_requires=">=3.10",
51
  classifiers=[
52
  "Intended Audience :: Developers",
53
  "Intended Audience :: Education",
54
  "Intended Audience :: Science/Research",
55
  "License :: OSI Approved :: Apache Software License",
56
  "Operating System :: OS Independent",
57
+ "Programming Language :: Python :: 3.10",
58
  "Topic :: Scientific/Engineering :: Artificial Intelligence",
59
  ],
60
  keywords="huggingface competitions machine learning ai nlp",