branch: elpa/flycheck
commit 5ef2e2fac7897a3b76a95eaebbfbc9b833632d7c
Author: JenChieh <[email protected]>
Commit: Bozhidar Batsov <[email protected]>
feat: Drop support for Emacs 26.x
---
.github/workflows/test.yml | 3 ---
Eask | 2 +-
flycheck.el | 4 ++--
3 files changed, 3 insertions(+), 6 deletions(-)
diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml
index d8676bad4f..304c28d21b 100644
--- a/.github/workflows/test.yml
+++ b/.github/workflows/test.yml
@@ -20,7 +20,6 @@ jobs:
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
emacs-version:
- - 26.3
- 27.2
- 28.2
- 29.3
@@ -36,8 +35,6 @@ jobs:
emacs-version: snapshot
experimental: true
exclude:
- - os: macos-latest
- emacs-version: 26.3
- os: macos-latest
emacs-version: 27.2
diff --git a/Eask b/Eask
index ccd4dc5f8a..12987756e4 100644
--- a/Eask
+++ b/Eask
@@ -14,7 +14,7 @@
(source 'gnu)
(source 'melpa)
-(depends-on "emacs" "26.1")
+(depends-on "emacs" "27.1")
(development
(depends-on "f") ; For some maintenance tools
diff --git a/flycheck.el b/flycheck.el
index ac6a7ef6cd..6dd446f0a8 100644
--- a/flycheck.el
+++ b/flycheck.el
@@ -11,7 +11,7 @@
;; URL: https://www.flycheck.org
;; Keywords: convenience, languages, tools
;; Version: 35.0-snapshot
-;; Package-Requires: ((emacs "26.1"))
+;; Package-Requires: ((emacs "27.1"))
;; This file is not part of GNU Emacs.
@@ -10878,7 +10878,7 @@ See URL `https://docs.astral.sh/ruff/'."
(id (one-or-more (any alpha)) (one-or-more digit) " ")
(message (one-or-more not-newline))
line-end))
- :working-directory flycheck-python-find-project-root
+ :working-directory flycheck-python-find-project-root
:modes (python-mode python-ts-mode)
:next-checkers ((warning . python-mypy)))