diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 60c29fd87f82d5d49f9f017c6a2f9923c0e593dc..3626c78d8f11663003add7040f701e6d201c8db8 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -56,8 +56,3 @@ build-coq.8.8.2:
   <<: *template
   variables:
     OPAM_PINS: "coq version 8.8.2"
-
-build-coq.8.7.2:
-  <<: *template
-  variables:
-    OPAM_PINS: "coq version 8.7.2"
diff --git a/CHANGELOG.md b/CHANGELOG.md
index dff20c8a49aa17a59e7a27710ea4b31bd7e92ea4..4ecf138eaf3f46f8591c39c142864a785b5940f7 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -3,6 +3,8 @@ API-breaking change is listed.
 
 ## std++ master
 
+Coq 8.7 is no longer supported by this release.
+
 - Rename `Z2Nat_inj_div` and `Z2Nat_inj_mod` to `Nat2Z_inj_div` and
   `Nat2Z_inj_mod` to follow the naming convention of `Nat2Z` and
   `Z2Nat`. The names `Z2Nat_inj_div` and `Z2Nat_inj_mod` have been
diff --git a/README.md b/README.md
index 3c6610ad612e838a9eb79853e147502c737325fc..99c91426861d0ffbfe3b3de0108a1799c2d1648c 100644
--- a/README.md
+++ b/README.md
@@ -45,7 +45,7 @@ Notably:
 
 This version is known to compile with:
 
- - Coq version 8.7.2 / 8.8.2 / 8.9.1 / 8.10.2 / 8.11.2
+ - Coq version 8.8.2 / 8.9.1 / 8.10.2 / 8.11.2
 
 ## Installing via opam
 
diff --git a/opam b/opam
index df35d5bf5c7fcb92c43cd3c976b15433a2d22e70..93bfee1a09268cb347b4be6181d68b6f940c239e 100644
--- a/opam
+++ b/opam
@@ -30,7 +30,7 @@ The key features of this library are as follows:
 """
 
 depends: [
-  "coq" { (= "8.7.2") | (= "8.8.2") | (>= "8.9.1" & < "8.13~") | (= "dev") }
+  "coq" { (= "8.8.2") | (>= "8.9.1" & < "8.13~") | (= "dev") }
 ]
 
 build: [make "-j%{jobs}%"]