From fc582c6d88b11c6dd87b356fbc16f25cab43ce5e Mon Sep 17 00:00:00 2001 From: Rohan Taori Date: Sun, 11 Jun 2023 15:48:19 -0700 Subject: [PATCH] require python 3.10 --- README.md | 2 +- setup.py | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 5ad3d3f4..b9f62002 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ [![Code License](https://img.shields.io/badge/Code%20License-Apache_2.0-green.svg)](https://github.com/tatsu-lab/alpaca_farm/blob/main/LICENSE) [![Data License](https://img.shields.io/badge/Data%20License-CC%20By%20NC%204.0-red.svg)](https://github.com/tatsu-lab/alpaca_farm/blob/main/DATA_LICENSE) -[![Python 3.9+](https://img.shields.io/badge/python-3.9+-blue.svg)](https://www.python.org/downloads/release/python-390/) +[![Python 3.10+](https://img.shields.io/badge/python-3.10+-blue.svg)](https://www.python.org/downloads/release/python-3100/) [![discord](https://img.shields.io/badge/discord-server-blue?logo=discord&logoColor=white)](https://discord.gg/yKbbQga9WE) Evaluation of instruction-following models (e.g., ChatGPT) typically requires human interactions. This is diff --git a/setup.py b/setup.py index 2763e42c..4cbedca0 100644 --- a/setup.py +++ b/setup.py @@ -42,16 +42,16 @@ "api": PACKAGES_ALL_API, "all": PACKAGES_ALL, }, - python_requires=">=3.9", + python_requires=">=3.10", classifiers=[ "Intended Audience :: Developers", "Intended Audience :: Education", "Intended Audience :: Science/Research", "License :: OSI Approved :: Apache Software License", "Operating System :: OS Independent", - "Programming Language :: Python :: 3.9", "Programming Language :: Python :: 3.10", "Programming Language :: Python :: 3.11", + "Programming Language :: Python :: 3.12", "Topic :: Scientific/Engineering :: Artificial Intelligence", ], entry_points={