Skip to content

Commit

Permalink
⬆️ remove python 3.8 support
Browse files Browse the repository at this point in the history
(next: test to remove type annotations)
  • Loading branch information
enryH committed Oct 16, 2024
1 parent 33d1937 commit 2b6bfa3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/packaging.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -139,4 +139,4 @@ jobs:
- uses: pypa/gh-action-pypi-publish@release/v1
with:
user: __token__
password: ${{ secrets.PYPI_API_TOKEN }}
password: ${{ secrets.PYPI_API_TOKEN }}
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name = "njab"
authors = [{ name = "Henry Webel", email = "[email protected]" }]
description = "not Just Another Biomarker"
readme = "README.md"
requires-python = ">=3.8"
requires-python = ">=3.9"
keywords = ["bioinformatics", "biomarker"]
license = { file = "LICENSE" }
classifiers = [
Expand Down

0 comments on commit 2b6bfa3

Please sign in to comment.