Skip to content

Commit d75e6ad

Browse files
authored
- Update python version to 3.12
1 parent 678cd0e commit d75e6ad

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ build-backend = "hatchling.build"
88
name = "latexify-py"
99
description = "Generates LaTeX math description from Python functions."
1010
readme = "README.md"
11-
requires-python = ">=3.7, <3.12"
11+
requires-python = ">=3.7, <3.13"
1212
license = {text = "Apache Software License 2.0"}
1313
authors = [
1414
{name = "Yusuke Oda", email = "odashi@inspiredco.ai"}
@@ -29,6 +29,7 @@ classifiers = [
2929
"Programming Language :: Python :: 3.9",
3030
"Programming Language :: Python :: 3.10",
3131
"Programming Language :: Python :: 3.11",
32+
"Programming Language :: Python :: 3.12",
3233
"Topic :: Scientific/Engineering :: Mathematics",
3334
"Topic :: Software Development :: Code Generators",
3435
"Topic :: Text Processing :: Markup :: LaTeX",

0 commit comments

Comments
 (0)