Skip to content

Commit ad1e2d9

Browse files
committed
Add tests for Python 3.13
1 parent 8174972 commit ad1e2d9

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.github/workflows/tests.yml

+1
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ jobs:
2323
- "3.10"
2424
- "3.11"
2525
- "3.12"
26+
- "3.13"
2627
os:
2728
- ubuntu-latest
2829

pyproject.toml

+2-1
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ classifiers = [
1212
"Programming Language :: Python :: 3.10",
1313
"Programming Language :: Python :: 3.11",
1414
"Programming Language :: Python :: 3.12",
15+
"Programming Language :: Python :: 3.13",
1516
]
1617
dependencies = [
1718
"click>=8.1.3",
@@ -29,7 +30,7 @@ description = "Reference atmospheric thermophysical profiles for radiative trans
2930
license = { text = "LGPLv3" }
3031
name = "joseki"
3132
readme = "README.md"
32-
requires-python = ">= 3.9,<3.13"
33+
requires-python = ">= 3.9,<3.14"
3334
version = "2.7.0.dev0"
3435

3536
[project.scripts]

0 commit comments

Comments
 (0)