From ed9f77e16effe9b4850cd5d399c85b341f13f0ef Mon Sep 17 00:00:00 2001
From: "joseph.olstad" <joseph.olstad@1321830.no-reply.drupal.org>
Date: Thu, 3 Apr 2025 12:23:11 -0400
Subject: [PATCH] Drop support for D9.5 and D10.2, only support D10.3+ and
 D11+.

---
 toc_api.info.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/toc_api.info.yml b/toc_api.info.yml
index 4fd7db1..d94d861 100644
--- a/toc_api.info.yml
+++ b/toc_api.info.yml
@@ -2,5 +2,5 @@ name: 'TOC API'
 type: module
 description: 'API for building a a hierarchical table of contents from header tags.'
 package: 'API'
-core_version_requirement: ^9.5 || ^10.2 || ^11.0
+core_version_requirement: ^10.3 || ^11.0
 configure: entity.toc_type.collection
-- 
GitLab