Skip to content

Commit dc27f85

Browse files
committed
Update requirements to include Py313
1 parent cf92226 commit dc27f85

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ authors = [
1010
]
1111
description = "TatSu takes a grammar in a variation of EBNF as input, and outputs a memoizing PEG/Packrat parser in Python."
1212
readme = "README.rst"
13-
requires-python = ">=3.11"
13+
requires-python = ">=3.12"
1414
keywords = []
1515
license = {file = "LICENSE.TXT"}
1616
classifiers = [
@@ -21,8 +21,8 @@ classifiers = [
2121
"Intended Audience :: Science/Research",
2222
"Environment :: Console",
2323
"Operating System :: OS Independent",
24-
"Programming Language :: Python :: 3.11",
2524
"Programming Language :: Python :: 3.12",
25+
"Programming Language :: Python :: 3.13",
2626
"Topic :: Software Development :: Code Generators",
2727
"Topic :: Software Development :: Compilers",
2828
"Topic :: Software Development :: Interpreters",

tatsu/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = '5.12.2'
1+
__version__ = '5.12.3b1'

0 commit comments

Comments
 (0)