From 992e218a878577fcfb4e92495fe61f4fa3fcf1d9 Mon Sep 17 00:00:00 2001 From: alexanderwerning <34122659+alexanderwerning@users.noreply.github.com> Date: Fri, 5 Dec 2025 17:06:35 +0100 Subject: [PATCH 1/2] Remove Python 3.7 from workflows Python 3.7 is no longer supported --- .github/workflows/pytest.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pytest.yml b/.github/workflows/pytest.yml index 0593b53..a8e22be 100644 --- a/.github/workflows/pytest.yml +++ b/.github/workflows/pytest.yml @@ -12,7 +12,7 @@ jobs: strategy: fail-fast: false matrix: - python: ["3.7", "3.8", "3.9", "3.10", "3.11"] + python: ["3.8", "3.9", "3.10", "3.11"] steps: - uses: actions/checkout@v3 From c3782faea7b53cc24bbdbdfc175753509d3fd660 Mon Sep 17 00:00:00 2001 From: Alexander Werning Date: Thu, 15 Jan 2026 12:49:53 +0100 Subject: [PATCH 2/2] Fix test data link --- sed_scores_eval/base_modules/io.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sed_scores_eval/base_modules/io.py b/sed_scores_eval/base_modules/io.py index 9ea25a6..2b1f08a 100644 --- a/sed_scores_eval/base_modules/io.py +++ b/sed_scores_eval/base_modules/io.py @@ -527,7 +527,7 @@ def download_test_data(): print('Download test data') zip_file_path = tests_dir_path / 'data.zip' urlretrieve( - 'https://go.upb.de/sed_scores_eval_test_data', + 'https://zenodo.org/records/18234055/files/data.zip?download=1', filename=str(zip_file_path) ) with zipfile.ZipFile(zip_file_path, 'r') as zip_ref: