Skip to content

Commit ad63742

Browse files
authored
chore: Add python 3.13 support (#29)
1 parent 9691fd7 commit ad63742

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.github/workflows/python-pull-request.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
checks:
2020
strategy:
2121
matrix:
22-
python-version: ["3.11", "3.12"]
22+
python-version: ["3.11", "3.12", "3.13"]
2323
uses: ecmwf/reusable-workflows/.github/workflows/qa-pytest-pyproject.yml@v2
2424
with:
2525
python-version: ${{ matrix.python-version }}

pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ authors = [
2323
{ name = "European Centre for Medium-Range Weather Forecasts (ECMWF)", email = "software.support@ecmwf.int" },
2424
]
2525

26-
requires-python = ">=3.11"
26+
requires-python = ">=3.11,<3.14"
2727

2828
classifiers = [
2929
"Development Status :: 4 - Beta",
@@ -33,6 +33,7 @@ classifiers = [
3333
"Programming Language :: Python :: 3 :: Only",
3434
"Programming Language :: Python :: 3.11",
3535
"Programming Language :: Python :: 3.12",
36+
"Programming Language :: Python :: 3.13",
3637
"Programming Language :: Python :: Implementation :: CPython",
3738
"Programming Language :: Python :: Implementation :: PyPy",
3839
]

0 commit comments

Comments
 (0)