We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 408b778 commit 627f2d8Copy full SHA for 627f2d8
pyproject.toml
@@ -1,7 +1,7 @@
1
[project]
2
name = "alpaqa"
3
readme = "python/README.rst"
4
-requires-python = ">=3.8"
+requires-python = ">=3.9"
5
license = { "file" = "LICENSE" }
6
authors = [{ "name" = "Pieter P", "email" = "[email protected]" }]
7
keywords = ["optimization", "panoc", "alm", "mpc"]
@@ -12,11 +12,11 @@ classifiers = [
12
"Topic :: Scientific/Engineering",
13
"Topic :: Scientific/Engineering :: Mathematics",
14
"Programming Language :: Python :: 3",
15
- "Programming Language :: Python :: 3.8",
16
"Programming Language :: Python :: 3.9",
17
"Programming Language :: Python :: 3.10",
18
"Programming Language :: Python :: 3.11",
19
"Programming Language :: Python :: 3.12",
+ "Programming Language :: Python :: 3.13",
20
"Operating System :: POSIX :: Linux",
21
"Operating System :: Microsoft :: Windows",
22
"Operating System :: MacOS",
python/alpaqa-debug/pyproject.toml
name = "alpaqa-debug"
readme = "README.rst"
license = { "file" = "../../LICENSE" }
keywords = []
0 commit comments