File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ build-backend = "hatchling.build"
8
8
name = " latexify-py"
9
9
description = " Generates LaTeX math description from Python functions."
10
10
readme = " README.md"
11
- requires-python = " >=3.7, <3.12 "
11
+ requires-python = " >=3.7, <3.13 "
12
12
license = {text = " Apache Software License 2.0" }
13
13
authors = [
14
14
{name = " Yusuke Oda" , email = " odashi@inspiredco.ai" }
@@ -29,6 +29,7 @@ classifiers = [
29
29
" Programming Language :: Python :: 3.9" ,
30
30
" Programming Language :: Python :: 3.10" ,
31
31
" Programming Language :: Python :: 3.11" ,
32
+ " Programming Language :: Python :: 3.12" ,
32
33
" Topic :: Scientific/Engineering :: Mathematics" ,
33
34
" Topic :: Software Development :: Code Generators" ,
34
35
" Topic :: Text Processing :: Markup :: LaTeX" ,
You can’t perform that action at this time.
0 commit comments