Skip to content

Commit 9afa826

Browse files
committed
Require python >=3.11, <3.13
1 parent 6bede44 commit 9afa826

File tree

3 files changed

+13
-6
lines changed

3 files changed

+13
-6
lines changed

.github/workflows/python-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
runs-on: ubuntu-24.04
88
strategy:
99
matrix:
10-
python-version: ["3.11", "3.12",]
10+
python-version: ["3.11", "3.12"]
1111

1212
steps:
1313
- uses: actions/checkout@v4

poetry.lock

Lines changed: 10 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,14 @@ classifiers = [
1616
"Programming Language :: Python",
1717
"Natural Language :: English",
1818
"Programming Language :: Python :: 3.11",
19+
"Programming Language :: Python :: 3.12",
1920
"Topic :: Scientific/Engineering :: Atmospheric Science",
2021
"License :: OSI Approved :: GNU General Public License v3 (GPLv3)",
2122
]
2223
keywords = ["wps", "pywps", "birdhouse", "osprey"]
2324
license = { text = "GNU General Public License v3" }
2425
readme = "README.md"
25-
requires-python = ">=3.11, <3.12"
26+
requires-python = ">=3.11, <3.13"
2627
dependencies = [
2728
"nchelpers @ git+https://github.com/pacificclimate/nchelpers.git@py-sprint-25q1",
2829
"wps-tools @ git+https://github.com/pacificclimate/wps-tools.git@py-sprint-25q1",

0 commit comments

Comments
 (0)