]> git.eshelyaron.com Git - emacs.git/commitdiff
Bump python.el requirement to Emacs 29.1
authorStefan Kangas <stefankangas@gmail.com>
Sun, 2 Mar 2025 17:49:37 +0000 (18:49 +0100)
committerEshel Yaron <me@eshelyaron.com>
Tue, 4 Mar 2025 21:02:42 +0000 (22:02 +0100)
* lisp/progmodes/python.el: Require Emacs 26.3, flymake 1.0 and
project 0.1.  (Bug#75526)

(cherry picked from commit 0cff855690109ab57216aeda6c0daa2ec566294e)

lisp/progmodes/python.el

index e825d27e79df2fcadbb4b156ac28547c7aba08be..8e9390977bb1ef3775f4020782e99772366fd780 100644 (file)
@@ -5,7 +5,7 @@
 ;; Author: Fabián E. Gallina <fgallina@gnu.org>
 ;; URL: https://github.com/fgallina/python.el
 ;; Version: 0.28
-;; Package-Requires: ((emacs "26.3") (compat "29.1.1.0") (seq "2.23") (project "0.1") (flymake "1.0"))
+;; Package-Requires: ((emacs "29.1") (compat "29.1.1.0") (seq "2.23") (project "0.1") (flymake "1.0"))
 ;; Maintainer: emacs-devel@gnu.org
 ;; Created: Jul 2010
 ;; Keywords: languages