From 5720d935e83a47c78e8fef62458ba56e913ef6b0 Mon Sep 17 00:00:00 2001 From: mvdbeek Date: Fri, 15 Nov 2024 18:53:47 +0100 Subject: [PATCH 1/2] Add tests for python 3.12 --- .github/workflows/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index e47ae07..240ccad 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -7,7 +7,7 @@ jobs: strategy: fail-fast: false matrix: - python-version: ['3.8'] + python-version: ["3.8", "3.12"] tox-action: - lint - pytest From 46e78a941e050f5e06d9be3539f44781f66ade88 Mon Sep 17 00:00:00 2001 From: mvdbeek Date: Fri, 15 Nov 2024 18:54:24 +0100 Subject: [PATCH 2/2] Add setuptools to dependencies --- requirements.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 76e5069..b30aec9 100644 --- a/requirements.txt +++ b/requirements.txt @@ -5,4 +5,5 @@ Jinja2 galaxy-tool-util>=20.9.1 galaxy-util>=20.9.0 pysam -rich \ No newline at end of file +rich +setuptools