From 1150c2cae32afc40e181991c6aa7244593febcb9 Mon Sep 17 00:00:00 2001 From: zmoon Date: Sun, 1 Mar 2026 19:40:57 -0600 Subject: [PATCH 1/2] Aird has been removed --- pyabc2/sources/eskin.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/pyabc2/sources/eskin.py b/pyabc2/sources/eskin.py index c6e9721..c2fe38b 100644 --- a/pyabc2/sources/eskin.py +++ b/pyabc2/sources/eskin.py @@ -39,7 +39,6 @@ "cce_san_diego_jan2025": f"{_CCE_SD}/cce_san_diego_tunes_31jan2025.html", "cce_san_diego_nov2025": f"{_CCE_SD}/cce_san_diego_tunes_10nov2025.html", # https://michaeleskin.com/tunebooks.html#websites_18th_century_collections - "aird": f"{_TBWS}/james_aird_campin_18jan2025.html", "playford1": f"{_TBWS}/playford_1_partington_17jan2025.html", "playford2": f"{_TBWS}/playford_2_partington_17jan2025.html", "playford3": f"{_TBWS}/playford_3_partington_20jan2025.html", @@ -309,8 +308,6 @@ def load_meta(key: str, *, redownload: bool = False) -> "pandas.DataFrame": * - Key - Description - * - ``aird`` - - James Aird's Airs by Jack Campin * - ``carp`` - CARP Celtic Jam Tunebook * - ``cce_dublin_2001`` From 92b85188900f2ea20f4ab80f8c5dfca2fb78d30a Mon Sep 17 00:00:00 2001 From: zmoon Date: Sun, 1 Mar 2026 20:02:54 -0600 Subject: [PATCH 2/2] Only test the min and current Python versions in CI to reduce the number of concurrent requests in the test suite --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 7dfe8c0..aaca9dd 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -15,7 +15,7 @@ jobs: strategy: fail-fast: false matrix: - python-version: ["3.10", "3.11", "3.12", "3.13", "3.14"] + python-version: ["3.10", "3.14"] steps: - uses: actions/checkout@v6