File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ authors = [
10
10
]
11
11
description = " TatSu takes a grammar in a variation of EBNF as input, and outputs a memoizing PEG/Packrat parser in Python."
12
12
readme = " README.rst"
13
- requires-python = " >=3.11 "
13
+ requires-python = " >=3.12 "
14
14
keywords = []
15
15
license = {file = " LICENSE.TXT" }
16
16
classifiers = [
@@ -21,8 +21,8 @@ classifiers = [
21
21
" Intended Audience :: Science/Research" ,
22
22
" Environment :: Console" ,
23
23
" Operating System :: OS Independent" ,
24
- " Programming Language :: Python :: 3.11" ,
25
24
" Programming Language :: Python :: 3.12" ,
25
+ " Programming Language :: Python :: 3.13" ,
26
26
" Topic :: Software Development :: Code Generators" ,
27
27
" Topic :: Software Development :: Compilers" ,
28
28
" Topic :: Software Development :: Interpreters" ,
Original file line number Diff line number Diff line change 1
- __version__ = '5.12.2 '
1
+ __version__ = '5.12.3b1 '
You can’t perform that action at this time.
0 commit comments