Skip to content

Commit 1d7cd24

Browse files
authored
Update Python version classifiers in pyproject.toml
Signed-off-by: PUECH Alban <72336171+albanpuech@users.noreply.github.com>
1 parent 7889b92 commit 1d7cd24

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

pyproject.toml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,9 @@ maintainers = [
5555

5656
classifiers = [
5757
"Development Status :: 2 - Pre-Alpha",
58-
"Programming Language :: Python :: 3.9",
58+
"Programming Language :: Python :: 3.10",
59+
"Programming Language :: Python :: 3.11",
60+
"Programming Language :: Python :: 3.12",
5961
"Topic :: Scientific/Engineering"
6062
]
6163

0 commit comments

Comments
 (0)