From 058c9290432ca6cc9308eb97a9b51abee6265dd6 Mon Sep 17 00:00:00 2001 From: Qingyun Wu Date: Sun, 1 Dec 2024 19:36:28 -0800 Subject: [PATCH 1/3] bump version --- autogen/version.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/autogen/version.py b/autogen/version.py index 30e2a07d5a..d41277c7c4 100644 --- a/autogen/version.py +++ b/autogen/version.py @@ -4,4 +4,4 @@ # # Portions derived from https://github.com/microsoft/autogen are under the MIT License. # SPDX-License-Identifier: MIT -__version__ = "0.4.1" +__version__ = "0.4.2b1" From 12d5edf80c138a983312e2d98f545efea0359981 Mon Sep 17 00:00:00 2001 From: Qingyun Wu Date: Sun, 1 Dec 2024 19:40:25 -0800 Subject: [PATCH 2/3] 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", ) From 59d75c6c61b8e49f1226bfa5ad4b47f4db3ee5dc Mon Sep 17 00:00:00 2001 From: Qingyun Wu Date: Sun, 1 Dec 2024 19:43:00 -0800 Subject: [PATCH 3/3] 2.8 --- 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 b43d054fa9..d8b1446932 100644 --- a/setup.py +++ b/setup.py @@ -144,5 +144,5 @@ "Operating System :: OS Independent", ], license="Apache Software License 2.0", - python_requires=">=3.9,<3.14", + python_requires=">=3.8,<3.14", ) diff --git a/setup_ag2.py b/setup_ag2.py index 0faf959a82..209ec33488 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.9,<3.14", + python_requires=">=3.8,<3.14", ) diff --git a/setup_autogen.py b/setup_autogen.py index 3f30d61fd3..67925bf5ca 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.9,<3.14", + python_requires=">=3.8,<3.14", )