From d9c09937e4ad3daef97d1cfdaf2bd948d9316296 Mon Sep 17 00:00:00 2001 From: epwalsh Date: Sun, 11 Feb 2024 12:01:55 -0800 Subject: [PATCH] Require Python>=3.9 for now See #446. --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index db9af8201..ba451325f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -10,7 +10,7 @@ description = "Open Language Model (OLMo)" authors = [ { name = "Allen Institute for Artificial Intelligence", email = "olmo@allenai.org" } ] -requires-python = ">=3.8" +requires-python = ">=3.9" license = { file = "LICENSE" } dependencies = [ "numpy",