From 12d5edf80c138a983312e2d98f545efea0359981 Mon Sep 17 00:00:00 2001 From: Qingyun Wu Date: Sun, 1 Dec 2024 19:40:25 -0800 Subject: [PATCH] remove python 3.8 support --- setup.py | 2 +- setup_ag2.py | 2 +- setup_autogen.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/setup.py b/setup.py index d8b1446932..b43d054fa9 100644 --- a/setup.py +++ b/setup.py @@ -144,5 +144,5 @@ "Operating System :: OS Independent", ], license="Apache Software License 2.0", - python_requires=">=3.8,<3.14", + python_requires=">=3.9,<3.14", ) diff --git a/setup_ag2.py b/setup_ag2.py index 209ec33488..0faf959a82 100644 --- a/setup_ag2.py +++ b/setup_ag2.py @@ -31,5 +31,5 @@ "Operating System :: OS Independent", ], license="Apache Software License 2.0", - python_requires=">=3.8,<3.14", + python_requires=">=3.9,<3.14", ) diff --git a/setup_autogen.py b/setup_autogen.py index 67925bf5ca..3f30d61fd3 100644 --- a/setup_autogen.py +++ b/setup_autogen.py @@ -31,5 +31,5 @@ "Operating System :: OS Independent", ], license="Apache Software License 2.0", - python_requires=">=3.8,<3.14", + python_requires=">=3.9,<3.14", )