From 95f3a878036466374b08555c2248587b383a7d1f Mon Sep 17 00:00:00 2001 From: Henry Date: Thu, 2 May 2024 11:11:40 +0200 Subject: [PATCH] :bug: remove upper bound for python (e.g. for colab) --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 9cc7c395d..bdd9017b3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -6,7 +6,7 @@ name = "pimms-learn" # See the section below: [tools.setuptools.dynamic] dynamic = ["version"] readme = "README.md" -requires-python = ">=3.8, <3.9" +requires-python = ">=3.8" # These are keywords classifiers = [ "License :: OSI Approved :: GNU General Public License v3 (GPLv3)",