This is an automated email from the ASF dual-hosted git repository.

morhidi pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/flink.git


The following commit(s) were added to refs/heads/master by this push:
     new b28340c8e31 [FLINK-33029][python] fix drop python 3.7 wheel building
b28340c8e31 is described below

commit b28340c8e31d1fd706fcb9276fbd236e7b1d887f
Author: Gabor Somogyi <[email protected]>
AuthorDate: Thu Sep 14 16:39:38 2023 +0200

    [FLINK-33029][python] fix drop python 3.7 wheel building
---
 flink-python/pyproject.toml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/flink-python/pyproject.toml b/flink-python/pyproject.toml
index fbef9b70315..59fbce35086 100644
--- a/flink-python/pyproject.toml
+++ b/flink-python/pyproject.toml
@@ -27,7 +27,7 @@ requires = [
 ]
 
 [tool.cibuildwheel]
-build = ["cp37-*", "cp38-*", "cp39-*", "cp310-*"]
+build = ["cp38-*", "cp39-*", "cp310-*"]
 
 [tool.cibuildwheel.macos]
 archs = ["x86_64", "arm64"]

Reply via email to