There was an error while loading. Please reload this page.
1 parent ef3eb4a commit 36da357Copy full SHA for 36da357
setup.py
@@ -30,7 +30,7 @@
30
url='https://github.com/bigscience-workshop/promptsource.git',
31
author='BigScience - Prompt Engineering Working Group',
32
author_email='sbach@cs.brown.edu,victor@huggingface.co',
33
- python_requires='>=3.7,<3.10',
+ python_requires='>=3.7,<3.11',
34
install_requires=requirements,
35
classifiers=[
36
'Development Status :: 2 - Pre-Alpha',
@@ -41,6 +41,7 @@
41
'Programming Language :: Python :: 3.7',
42
'Programming Language :: Python :: 3.8',
43
'Programming Language :: Python :: 3.9',
44
+ 'Programming Language :: Python :: 3.10',
45
],
46
description='An Integrated Development Environment and Repository for Natural Language Prompts.',
47
packages=find_packages(),
0 commit comments