Skip to content
Snippets Groups Projects
Commit e500d204 authored by Maxence Naud's avatar Maxence Naud
Browse files

Update pyproject.toml to remove Python 3.7 and add Python 3.10, 3.11, 3.12, 3.13

parent 4d0751a4
Branches
Tags
No related merge requests found
...@@ -6,7 +6,7 @@ dependencies = [ ...@@ -6,7 +6,7 @@ dependencies = [
"Jinja2>=3.1.3", "Jinja2>=3.1.3",
] ]
requires-python = ">= 3.7" requires-python = ">= 3.8"
readme = "README.md" readme = "README.md"
license = { file = "LICENSE" } license = { file = "LICENSE" }
classifiers = [ classifiers = [
...@@ -18,9 +18,12 @@ classifiers = [ ...@@ -18,9 +18,12 @@ classifiers = [
"Programming Language :: C++", "Programming Language :: C++",
"Programming Language :: Python", "Programming Language :: Python",
"Programming Language :: Python :: 3", "Programming Language :: Python :: 3",
"Programming Language :: Python :: 3.7",
"Programming Language :: Python :: 3.8", "Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9", "Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12",
"Programming Language :: Python :: 3.13",
"Programming Language :: Python :: 3 :: Only", "Programming Language :: Python :: 3 :: Only",
"Topic :: Scientific/Engineering", "Topic :: Scientific/Engineering",
"Topic :: Scientific/Engineering :: Artificial Intelligence", "Topic :: Scientific/Engineering :: Artificial Intelligence",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment