Skip to content

Commit 0fd0061

Browse files
committed
Removed support for Python 3.8 and 3.9
1 parent 8a62f00 commit 0fd0061

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
run-tests:
1313
strategy:
1414
matrix:
15-
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12", "3.13", "3.14"]
15+
python-version: ["3.10", "3.11", "3.12", "3.13", "3.14"]
1616
os: [ ubuntu-latest, windows-latest, macOS-latest ]
1717
runs-on: ${{matrix.os}}
1818
steps:

pyproject.toml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ build-backend = "setuptools.build_meta"
66
name = "mwtab"
77
description = "Parser for mwtab files from the Metabolomics Workbench"
88
readme = "README.rst"
9-
requires-python = ">=3.8"
9+
requires-python = ">=3.10"
1010
keywords = ["mwtab", "metabolomics workbench"]
1111
license = {file = "LICENSE"}
1212
classifiers = [
@@ -15,8 +15,6 @@ classifiers = [
1515
'Intended Audience :: Science/Research',
1616
'License :: OSI Approved :: BSD License',
1717
'Operating System :: OS Independent',
18-
'Programming Language :: Python :: 3.8',
19-
'Programming Language :: Python :: 3.9',
2018
'Programming Language :: Python :: 3.10',
2119
'Programming Language :: Python :: 3.11',
2220
'Programming Language :: Python :: 3.12',

0 commit comments

Comments
 (0)