We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8174972 commit ad1e2d9Copy full SHA for ad1e2d9
.github/workflows/tests.yml
@@ -23,6 +23,7 @@ jobs:
23
- "3.10"
24
- "3.11"
25
- "3.12"
26
+ - "3.13"
27
os:
28
- ubuntu-latest
29
pyproject.toml
@@ -12,6 +12,7 @@ classifiers = [
12
"Programming Language :: Python :: 3.10",
13
"Programming Language :: Python :: 3.11",
14
"Programming Language :: Python :: 3.12",
15
+ "Programming Language :: Python :: 3.13",
16
]
17
dependencies = [
18
"click>=8.1.3",
@@ -29,7 +30,7 @@ description = "Reference atmospheric thermophysical profiles for radiative trans
30
license = { text = "LGPLv3" }
31
name = "joseki"
32
readme = "README.md"
-requires-python = ">= 3.9,<3.13"
33
+requires-python = ">= 3.9,<3.14"
34
version = "2.7.0.dev0"
35
36
[project.scripts]
0 commit comments