This is an automated email from the ASF dual-hosted git repository.
astitcher pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/qpid-proton.git
The following commit(s) were added to refs/heads/main by this push:
new 1f5b1497a PROTON-2815: [Python] Correct supported versions of Python
1f5b1497a is described below
commit 1f5b1497aa70187ca0d53f7768516c3f64acfc76
Author: Andrew Stitcher <[email protected]>
AuthorDate: Wed Apr 17 18:19:01 2024 -0400
PROTON-2815: [Python] Correct supported versions of Python
---
CMakeLists.txt | 2 +-
python/pyproject.toml | 6 ++----
2 files changed, 3 insertions(+), 5 deletions(-)
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 2419edd70..92c6def69 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -42,7 +42,7 @@ endif ()
if (NOT DEFINED Python_FIND_FRAMEWORK)
set(Python_FIND_FRAMEWORK "LAST")
endif ()
-find_package(Python 3.8
+find_package(Python 3.9
REQUIRED COMPONENTS Interpreter
OPTIONAL_COMPONENTS Development)
diff --git a/python/pyproject.toml b/python/pyproject.toml
index ae9d6f099..88e2e3ea2 100644
--- a/python/pyproject.toml
+++ b/python/pyproject.toml
@@ -31,12 +31,10 @@ classifiers = [
"Programming Language :: Python",
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3 :: Only",
- "Programming Language :: Python :: 3.6",
- "Programming Language :: Python :: 3.7",
- "Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
- "Programming Language :: Python :: 3.11"
+ "Programming Language :: Python :: 3.11",
+ "Programming Language :: Python :: 3.12"
]
dependencies = [
"cffi>=1.0.0"
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]