diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 8bf7ff54d4b34b8dbab96ac4906d915bed398bb9..ec0e15eb0fe6335aae1b359d3b62aac665011e9e 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -76,10 +76,3 @@ build-coq.8.15.2: OPAM_PINS: "coq version 8.15.2" DENY_WARNINGS: "1" -build-coq.8.14.1: - <<: *template - <<: *branches_and_mr - variables: - 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 c190de43fa9ef20bb66f4467961e06ff333fdd37..6b5d992a4d30c03f20bf2e7b7ae2205df463b344 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,7 +3,8 @@ API-breaking change is listed. ## std++ master -Coq 8.12 and 8.13 are no longer supported by this release. +Coq 8.17 is newly supported by this release. Coq 8.12, 8.13 and 8.14 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 f5ebdc2c831c9db7166b875816d8f9f93413b707..9f1f738bd4e6639fc6d78eee3a3de177419439bb 100644 --- a/README.md +++ b/README.md @@ -45,7 +45,7 @@ Notably: This version is known to compile with: - - Coq version 8.14.1 / 8.15.2 / 8.16.1 / 8.17.0 + - Coq version 8.15.2 / 8.16.1 / 8.17.0 Generally we always aim to support at least the last three stable Coq releases. diff --git a/coq-stdpp.opam b/coq-stdpp.opam index ddc65aacd41d8be2885f7f3de07595417021cb58..4da0f5edcd92ad72b2dbb5b7daab6d4866a1b176 100644 --- a/coq-stdpp.opam +++ b/coq-stdpp.opam @@ -33,7 +33,7 @@ tags: [ ] depends: [ - "coq" { (>= "8.14" & < "8.18~") | (= "dev") } + "coq" { (>= "8.15" & < "8.18~") | (= "dev") } ] build: ["./make-package" "stdpp" "-j%{jobs}%"]