diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 7f30803b0f3ba0e3cff9a0d105a1cd2493c99c3a..613b3ed99e48760c44ce53c0eceb7aa249cd803c 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -77,16 +77,9 @@ 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 de41996df94edfdc7fbf5d8257f5d63c409d8e64..e3634548a986fe65d509f41432aa82e1e8a477bf 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -3,7 +3,7 @@ API-breaking change is listed.
 
 ## std++ master
 
-Coq 8.12 is no longer supported by this release.
+Coq 8.12 and 8.13 are no longer supported by this release.
 
 - Rename `difference_difference` -> `difference_difference_l` and
   `difference_difference_L` -> `difference_difference_l_L`, add
diff --git a/README.md b/README.md
index 165ecfcfda2d5eb79761ee65f92709a1bc5f6d80..09a65dc1028a1369db4fca244e927c989d36a2fa 100644
--- a/README.md
+++ b/README.md
@@ -45,7 +45,9 @@ Notably:
 
 This version is known to compile with:
 
- - Coq version 8.13.2 / 8.14.1 / 8.15.2 / 8.16.1
+ - Coq version 8.14.1 / 8.15.2 / 8.16.1
+
+Generally we always aim to support at least the last three stable Coq releases.
 
 ## Installing via opam
 
diff --git a/coq-stdpp.opam b/coq-stdpp.opam
index 617adbfb6153f54c960f20731d072005b801e1c8..ddc65aacd41d8be2885f7f3de07595417021cb58 100644
--- a/coq-stdpp.opam
+++ b/coq-stdpp.opam
@@ -33,7 +33,7 @@ tags: [
 ]
 
 depends: [
-  "coq" { (>= "8.13" & < "8.18~") | (= "dev") }
+  "coq" { (>= "8.14" & < "8.18~") | (= "dev") }
 ]
 
 build: ["./make-package" "stdpp" "-j%{jobs}%"]