From d0fd5949de74d8aaac54ffa51dfa9b5fe201b29d Mon Sep 17 00:00:00 2001 From: Tony-HYX <605698554@qq.com> Date: Sat, 6 Jan 2024 23:12:39 +0800 Subject: [PATCH] [FIX] change >=python3.7 --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index d684c55..902095a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,13 +4,13 @@ build-backend = "setuptools.build_meta" [project] name = "abl" -version = "0.1.6" +version = "0.1.7" authors = [ { name="LAMDA 2024", email = "abductivelearning@gmail.com" }, ] description = "Abductive Learning (ABL) package" readme = "README.md" -requires-python = ">=3.6.0" +requires-python = ">=3.7.0" license = {text = "MIT LICENSE"} keywords = ["machine-learning", "framework", "abductive-learning", "neuro-symbolic"] classifiers = [