Skip to content

Commit d3207d3

Browse files
authored
Merge pull request #48 from VeckoTheGecko/changes
Python version related updates
2 parents c359ff2 + dd6d2fc commit d3207d3

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/python-package.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
runs-on: ${{ matrix.os }}
99
strategy:
1010
matrix:
11-
python-version: [3.8, 3.9, "3.10", "3.11", "3.12", "3.13"]
11+
python-version: ["3.7", "3.8", "3.9", "3.10", "3.11", "3.12", "3.13"]
1212
os: [ubuntu-latest, windows-latest, macos-latest]
1313

1414
steps:

pyproject.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ build-backend = "setuptools.build_meta"
88
name = "Calkulate"
99
description = "Calkulate: seawater total alkalinity from titration data"
1010
readme = "README.md"
11+
requires-python = ">=3.7"
1112
dependencies = [
1213
"PyCO2SYS",
1314
"matplotlib",
@@ -24,6 +25,7 @@ classifiers = [
2425
"Programming Language :: Python :: 3.10",
2526
"Programming Language :: Python :: 3.11",
2627
"Programming Language :: Python :: 3.12",
28+
"Programming Language :: Python :: 3.13",
2729
"License :: OSI Approved :: GNU General Public License v3 (GPLv3)",
2830
"Operating System :: OS Independent",
2931
"Natural Language :: English",

0 commit comments

Comments
 (0)