From d0a457c1bca7de840e6f538dadcb448fd4764ad8 Mon Sep 17 00:00:00 2001 From: ChrisRackauckas-Claude Date: Wed, 26 Aug 2026 04:04:29 -0400 Subject: [PATCH] Drop stale [compat] majors older than one year Keep remaining floors on the latest major. Extra majors whose first General-registry release is after 2025-08-26 are kept. Co-Authored-By: Chris Rackauckas Co-Authored-By: Claude --- Project.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Project.toml b/Project.toml index b9de9192a..81f53c815 100644 --- a/Project.toml +++ b/Project.toml @@ -54,8 +54,8 @@ SpecialFunctions = "2" SymbolicUtils = "4" Symbolics = "7" Test = "1.10, 1.11" -TestSetExtensions = "3, 4" -TimerOutputs = "0.5.10, 1.0" +TestSetExtensions = "4" +TimerOutputs = "1.0" julia = "1.10.4, 1.11.2" [extras]