We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e4e18ff commit 8960c82Copy full SHA for 8960c82
pyproject.toml
@@ -20,16 +20,16 @@ classifiers = [
20
"Operating System :: OS Independent",
21
"Programming Language :: Python",
22
"Programming Language :: Python :: 3",
23
- "Programming Language :: Python :: 3.9",
24
"Programming Language :: Python :: 3.10",
25
"Programming Language :: Python :: 3.11",
26
"Programming Language :: Python :: 3.12",
27
"Programming Language :: Python :: 3.13",
+ "Programming Language :: Python :: 3.14",
28
"Programming Language :: R",
29
"Topic :: Scientific/Engineering",
30
"Topic :: Scientific/Engineering :: Information Analysis",
31
]
32
-requires-python = ">=3.9"
+requires-python = ">=3.10"
33
dependencies = [
34
"click",
35
"ixmp >= 3.11",
0 commit comments