Skip to content

Commit 36da357

Browse files
authored
Add Python 3.10 (bigscience-workshop#830)
1 parent ef3eb4a commit 36da357

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

setup.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
url='https://github.com/bigscience-workshop/promptsource.git',
3131
author='BigScience - Prompt Engineering Working Group',
3232
author_email='sbach@cs.brown.edu,victor@huggingface.co',
33-
python_requires='>=3.7,<3.10',
33+
python_requires='>=3.7,<3.11',
3434
install_requires=requirements,
3535
classifiers=[
3636
'Development Status :: 2 - Pre-Alpha',
@@ -41,6 +41,7 @@
4141
'Programming Language :: Python :: 3.7',
4242
'Programming Language :: Python :: 3.8',
4343
'Programming Language :: Python :: 3.9',
44+
'Programming Language :: Python :: 3.10',
4445
],
4546
description='An Integrated Development Environment and Repository for Natural Language Prompts.',
4647
packages=find_packages(),

0 commit comments

Comments
 (0)