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

ephraimanierobi pushed a commit to branch v3-1-test
in repository https://gitbox.apache.org/repos/asf/airflow.git

commit 63729553ccff8c91383cdb3ab65bd607ba39f614
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Thu Dec 4 20:49:02 2025 +0100

    [v3-1-test] Uncomment Python version pin in `check-lazy-logging` (#59047) 
(#59067)
    
    Breaks for 3.14
    (cherry picked from commit fe26bfe057542b955eb45538ceac875fa51a3a14)
    
    Co-authored-by: Bartosz SÅ‚awecki <[email protected]>
---
 scripts/ci/prek/check_lazy_logging.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/scripts/ci/prek/check_lazy_logging.py 
b/scripts/ci/prek/check_lazy_logging.py
index c827b3310a2..28357224699 100755
--- a/scripts/ci/prek/check_lazy_logging.py
+++ b/scripts/ci/prek/check_lazy_logging.py
@@ -17,7 +17,7 @@
 # specific language governing permissions and limitations
 # under the License.
 # /// script
-# # requires-python = ">=3.10,<3.11"
+# requires-python = ">=3.10,<3.11"
 # dependencies = [
 #   "astor>=0.8.1",
 #   "rich>=13.6.0",

Reply via email to