Skip to content

Commit

Permalink
unsupport 3.8
Browse files Browse the repository at this point in the history
  • Loading branch information
sorenwacker committed Jul 12, 2024
1 parent 54c1c64 commit dc03236
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pythonpackage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: ['3.8', '3.9', '3.10', '3.11', '3.12']
python-version: ['3.9', '3.10', '3.11', '3.12']

steps:
- uses: actions/checkout@v2
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ build-backend = "setuptools.build_meta"
name = "ms-mint"
description = "Metabolomics Integrator (Mint)"
readme = "README.md"
requires-python = ">=3.8"
requires-python = ">=3.9"
authors = [
{name = "Soren Wacker", email = "swacker@ucalgary.ca"}
]
Expand Down

0 comments on commit dc03236

Please sign in to comment.