From 2365daeea29a72bd13dd0c15c12699e6bac1b456 Mon Sep 17 00:00:00 2001
From: Ralf Jung <jung@mpi-sws.org>
Date: Mon, 9 Jan 2023 19:38:57 +0100
Subject: [PATCH] drop support for Coq 8.13

---
 .gitlab-ci.yml | 9 +--------
 CHANGELOG.md   | 2 ++
 README.md      | 2 +-
 3 files changed, 4 insertions(+), 9 deletions(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 9f8a85345..5ebf1e02e 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -72,17 +72,10 @@ build-coq.8.15.2:
     DENY_WARNINGS: "1"
 
 build-coq.8.14.1:
-  <<: *template
-  variables:
-    OPAM_PINS: "coq version 8.14.1"
-    DENY_WARNINGS: "1"
-    OCAML: "ocaml-base-compiler.4.07.1"
-
-build-coq.8.13.2:
   <<: *template
   <<: *branches_and_mr
   variables:
-    OPAM_PINS: "coq version 8.13.2"
+    OPAM_PINS: "coq version 8.14.1"
     DENY_WARNINGS: "1"
     OCAML: "ocaml-base-compiler.4.07.1"
 
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 16d50c100..550d56505 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -5,6 +5,8 @@ lemma.
 
 ## Iris master
 
+Coq 8.13 is no longer supported.
+
 **Changes in `algebra`:**
 
 * Add (basic) support for `gset` and `gset_disj` cameras to `set_solver`.
diff --git a/README.md b/README.md
index 6d9122aa9..342448a18 100644
--- a/README.md
+++ b/README.md
@@ -30,7 +30,7 @@ Importing Iris has some side effects as the library sets some global options.
 
 This version is known to compile with:
 
- - Coq 8.13.2 / 8.14.1 / 8.15.2 / 8.16.1
+ - Coq 8.14.1 / 8.15.2 / 8.16.1
  - A development version of [std++](https://gitlab.mpi-sws.org/iris/stdpp)
 
 Generally we always aim to support at least the last two stable Coq releases.
-- 
GitLab