From 2b6bfa39ad249db4431ba5f07bd9e307fcc53ad1 Mon Sep 17 00:00:00 2001 From: Henry Webel Date: Wed, 16 Oct 2024 12:21:20 +0200 Subject: [PATCH] :arrow_up: remove python 3.8 support (next: test to remove type annotations) --- .github/workflows/packaging.yml | 6 +++--- pyproject.toml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/packaging.yml b/.github/workflows/packaging.yml index 45f6dc1..43cb968 100644 --- a/.github/workflows/packaging.yml +++ b/.github/workflows/packaging.yml @@ -43,14 +43,14 @@ jobs: strategy: matrix: python: + - version: "3.12" + toxenv: "py312" - version: "3.11" toxenv: "py311" - version: "3.10" toxenv: "py310" - version: "3.9" toxenv: "py39" - - version: "3.8" - toxenv: "py38" steps: - uses: actions/checkout@v4 @@ -139,4 +139,4 @@ jobs: - uses: pypa/gh-action-pypi-publish@release/v1 with: user: __token__ - password: ${{ secrets.PYPI_API_TOKEN }} \ No newline at end of file + password: ${{ secrets.PYPI_API_TOKEN }} diff --git a/pyproject.toml b/pyproject.toml index 1cfd5fe..11d415c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -3,7 +3,7 @@ name = "njab" authors = [{ name = "Henry Webel", email = "henry.webel@cpr.ku.dk" }] description = "not Just Another Biomarker" readme = "README.md" -requires-python = ">=3.8" +requires-python = ">=3.9" keywords = ["bioinformatics", "biomarker"] license = { file = "LICENSE" } classifiers = [