From f17e8f9a15881384cf7ae93c6cdf3f8c3a609c84 Mon Sep 17 00:00:00 2001 From: fabianegli Date: Wed, 26 Oct 2022 12:29:26 +0200 Subject: [PATCH 1/2] run tests with Python 3.11 --- .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 795ebcc789..8e578c8bec 100644 --- a/.github/workflows/pytest.yml +++ b/.github/workflows/pytest.yml @@ -15,7 +15,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - python-version: ["3.7", "3.8", "3.9", "3.10"] + python-version: ["3.7", "3.8", "3.9", "3.10", "3.11"] steps: - uses: actions/checkout@v3 From bbdf1145a171b77d81b885beee7b6511e88f4465 Mon Sep 17 00:00:00 2001 From: fabianegli Date: Wed, 26 Oct 2022 12:32:02 +0200 Subject: [PATCH 2/2] run tests with Python 3.11 --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index c8da17542f..37a1bc5c92 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -23,6 +23,7 @@ - Only warn when checking that the pipeline directory contains a `main.nf` and a `nextflow.config` file if the pipeline is not an nf-core pipeline [#1964](https://github.com/nf-core/tools/pull/1964) - Add file `versions.yml` when generating `test.yml` with `nf-core modules create-test-yml` but don't check for md5sum [#1963](https://github.com/nf-core/tools/pull/1963) - Mock biocontainers and anaconda api calls in modules and subworkflows tests [#1967](https://github.com/nf-core/tools/pull/1967) +- Run tests with Python 3.11 ([#1970](https://github.com/nf-core/tools/pull/1970)) ### Modules