Skip to content

Commit 570c212

Browse files
committed
Update pyproject.toml for Python 3.14
- Update version classifiers. - Bump requires-python to 3.10.
1 parent fa45877 commit 570c212

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,16 +20,16 @@ classifiers = [
2020
"Operating System :: OS Independent",
2121
"Programming Language :: Python",
2222
"Programming Language :: Python :: 3",
23-
"Programming Language :: Python :: 3.9",
2423
"Programming Language :: Python :: 3.10",
2524
"Programming Language :: Python :: 3.11",
2625
"Programming Language :: Python :: 3.12",
2726
"Programming Language :: Python :: 3.13",
27+
"Programming Language :: Python :: 3.14",
2828
"Programming Language :: R",
2929
"Topic :: Scientific/Engineering",
3030
"Topic :: Scientific/Engineering :: Information Analysis",
3131
]
32-
requires-python = ">=3.9"
32+
requires-python = ">=3.10"
3333
dependencies = [
3434
"click",
3535
"ixmp >= 3.11",

0 commit comments

Comments
 (0)