Drop support for Coq 8.20#1853
Conversation
|
What about merging it now for the release of 1.16.0?
|
|
My reasoning was that if the current master supports 8.20 you may as well do a last release supporting it before dropping it. But if you want to fit #1865 in the release, then it may indded make sense to merge the current PR first. No strong opinion here, in any case the current PR is mergeable so do as you prefer. |
|
Thanks for the information. Then unless somebody figures out a solution I think we'll merge before the release. |
|
I wonder why the CI triggers "Nix CI for bundle 8.20-2.4.0". Is that intended? |
|
The importnat part is "pull_request_target" (i.e., master), there is no "pull_request" equivalent. It's a way to make explicit the CI config has changed and its indeed expected to be red. |
Maybe something we want to do after the next release (this will also enable improving the deprecations by using
use=).Cc @affeldt-aist