# HG changeset patch # User John Rouillard # Date 1731265793 18000 # Node ID 0d2a953526799fa6d2ded00a4bb29b1373e2156b # Parent c43b2bd8e2038ee75715a831719ec54c963a1040 drop testing python 3.11 from matrix. Drop 3.11 to reduce test time. 3.13, 3.12, 3.10, 3.8, 3.6 diff -r c43b2bd8e203 -r 0d2a95352679 .github/workflows/ci-test.yml --- a/.github/workflows/ci-test.yml Sun Nov 10 14:06:21 2024 -0500 +++ b/.github/workflows/ci-test.yml Sun Nov 10 14:09:53 2024 -0500 @@ -58,7 +58,7 @@ # - "3.8" run via include for ubuntu-22.04 # - "3.9" - "3.10" - - "3.11" + # - "3.11" - "3.12" # use for multiple os or ubuntu versions