[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[elpa] externals/company 0ae7c29311 2/2: Raise the Emacs version require
From: |
ELPA Syncer |
Subject: |
[elpa] externals/company 0ae7c29311 2/2: Raise the Emacs version requirement to 26.1 |
Date: |
Wed, 6 Nov 2024 15:57:39 -0500 (EST) |
branch: externals/company
commit 0ae7c293112248a0c36377d6859a95d216ae5e96
Author: Dmitry Gutov <dmitry@gutov.dev>
Commit: Dmitry Gutov <dmitry@gutov.dev>
Raise the Emacs version requirement to 26.1
---
.github/workflows/ci.yml | 2 +-
NEWS.md | 1 +
company.el | 2 +-
3 files changed, 3 insertions(+), 2 deletions(-)
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 7de09da679..cc27c26d00 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -24,7 +24,7 @@ jobs:
strategy:
fail-fast: false
matrix:
- emacs_version: [25.1, 25.3, 26.3, 27.2, 28.2, 29.2, snapshot]
+ emacs_version: [26.1, 26.3, 27.2, 28.2, 29.4, snapshot]
steps:
- name: Setup Emacs
diff --git a/NEWS.md b/NEWS.md
index b9abe1f49f..c5a2db3314 100644
--- a/NEWS.md
+++ b/NEWS.md
@@ -2,6 +2,7 @@
# Next
+* The minimum required version of Emacs is now 26.1.
* `TAB` binding changed to `company-complete-common-or-cycle`, and `backtab`
binding to `company-cycle-backward`
(#[1499](https://github.com/company-mode/company-mode/pull/1499)).
diff --git a/company.el b/company.el
index 9141981783..dee66ec98e 100644
--- a/company.el
+++ b/company.el
@@ -7,7 +7,7 @@
;; URL: http://company-mode.github.io/
;; Version: 1.0.2
;; Keywords: abbrev, convenience, matching
-;; Package-Requires: ((emacs "25.1"))
+;; Package-Requires: ((emacs "26.1"))
;; This file is part of GNU Emacs.