Skip to content

Commit 0157702

Browse files
committed
Update supported Python versions
1 parent b444600 commit 0157702

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

.github/workflows/python-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
strategy:
1717
fail-fast: false
1818
matrix:
19-
python-version: ["3.9", "3.10", "3.11", "3.12", "3.13"]
19+
python-version: ["3.10", "3.11", "3.12", "3.13", "3.14"]
2020

2121
steps:
2222
- uses: actions/checkout@v4

pyproject.toml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ build-backend = "setuptools.build_meta"
3434
[project]
3535
authors = [{ name = "Michael Kelleher", email = "[email protected]" }]
3636
name = "detclim"
37-
requires-python = ">=3.9"
37+
requires-python = ">=3.10"
3838
description = "Detectable Climate"
3939
readme = { file = "README.md", content-type = "text/markdown" }
4040
license = { text = "BSD-3-Clause" }
@@ -47,10 +47,11 @@ classifiers = [
4747
"Natural Language :: English",
4848
"Operating System :: OS Independent",
4949
"Programming Language :: Python :: 3",
50-
"Programming Language :: Python :: 3.9",
5150
"Programming Language :: Python :: 3.10",
5251
"Programming Language :: Python :: 3.11",
5352
"Programming Language :: Python :: 3.12",
53+
"Programming Language :: Python :: 3.13",
54+
"Programming Language :: Python :: 3.14",
5455
]
5556
dependencies = [
5657
"setuptools",

0 commit comments

Comments
 (0)