Skip to content

Commit

Permalink
Update minimium supported version due to new function usage
Browse files Browse the repository at this point in the history
Both seq-partition and replace-buffer-contents seem to cause issues in
Emacs 26.3
  • Loading branch information
justinbarclay committed Apr 19, 2024
1 parent 2a228b0 commit dbf80a0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest]
emacs_version: [ 26.3, 27.2, 28.2, 29.1, 29.2, release-snapshot ]
emacs_version: [ 27.2, 28.2, 29.1, 29.2, release-snapshot ]

steps:
- uses: actions/checkout@v4
Expand Down
2 changes: 1 addition & 1 deletion parinfer-rust-mode.el
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
;; Author: Justin Barclay <justinbarclay@gmail.com>
;; URL: https://github.com/justinbarclay/parinfer-rust-mode
;; Version: 0.8.6
;; Package-Requires: ((emacs "26.1"))
;; Package-Requires: ((emacs "27.1"))
;; Keywords: lisp tools

;; This program is free software: you can redistribute it and/or modify
Expand Down

0 comments on commit dbf80a0

Please sign in to comment.