Please the linter, bump supported Emacs version to 27

This commit is contained in:
Lucien Cartier-Tilet 2022-07-13 15:56:02 +02:00
parent ed42053b5c
commit c826feb942
Signed by: phundrak
GPG Key ID: BD7789E705CB8DCA
3 changed files with 8 additions and 7 deletions

View File

@ -15,7 +15,7 @@ jobs:
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
emacs-version:
- 26.3
- 27.1
- 27.2
- 28.1
- snapshot

7
Eask
View File

@ -1,12 +1,13 @@
;; -*- mode: cask -*-
(package "appwrite"
"0.1.0"
"Appwrite server SDK for Emacs")
"Appwrite server SDK")
(website-url "https://github.com/Phundrak/appwrite.el")
(keywords "database" "emacs-lisp")
(keywords "database" "extensions" "lisp" "tools" "appwrite")
(package-file "appwrite.el")
(source "gnu")
(depends-on "emacs" "26.1")
(depends-on "emacs" "27.1")

View File

@ -1,4 +1,4 @@
;;; appwrite.el --- Appwrite server SDK for Emacs -*- lexical-binding: t; -*-
;;; appwrite.el --- Appwrite server SDK -*- lexical-binding: t; -*-
;; Copyright (C) 2022 Lucien Cartier-Tilet
@ -6,8 +6,8 @@
;; Maintainer: Lucien Cartier-Tilet <lucien@phundrak.com>
;; URL: https://github.com/Phundrak/appwrite.el
;; Version: 0.1.0
;; Package-Requires: ((emacs "26.1"))
;; Keywords: database emacs-lisp
;; Package-Requires: ((emacs "27.1"))
;; Keywords: extensions, lisp, database, appwrite, tools
;; This file is not part of GNU Emacs.