Skip to content

Commit 627f2d8

Browse files
committed
[Py] drop Python 3.8 support
1 parent 408b778 commit 627f2d8

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

pyproject.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[project]
22
name = "alpaqa"
33
readme = "python/README.rst"
4-
requires-python = ">=3.8"
4+
requires-python = ">=3.9"
55
license = { "file" = "LICENSE" }
66
authors = [{ "name" = "Pieter P", "email" = "[email protected]" }]
77
keywords = ["optimization", "panoc", "alm", "mpc"]
@@ -12,11 +12,11 @@ classifiers = [
1212
"Topic :: Scientific/Engineering",
1313
"Topic :: Scientific/Engineering :: Mathematics",
1414
"Programming Language :: Python :: 3",
15-
"Programming Language :: Python :: 3.8",
1615
"Programming Language :: Python :: 3.9",
1716
"Programming Language :: Python :: 3.10",
1817
"Programming Language :: Python :: 3.11",
1918
"Programming Language :: Python :: 3.12",
19+
"Programming Language :: Python :: 3.13",
2020
"Operating System :: POSIX :: Linux",
2121
"Operating System :: Microsoft :: Windows",
2222
"Operating System :: MacOS",

python/alpaqa-debug/pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[project]
22
name = "alpaqa-debug"
33
readme = "README.rst"
4-
requires-python = ">=3.8"
4+
requires-python = ">=3.9"
55
license = { "file" = "../../LICENSE" }
66
authors = [{ "name" = "Pieter P", "email" = "[email protected]" }]
77
keywords = []

0 commit comments

Comments
 (0)