Skip to content

Commit a6b0315

Browse files
committed
setup.cfg: add Python 3.12 and 3.13 classifiers
1 parent 5973f5b commit a6b0315

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

setup.cfg

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ long_description = file: README.md
1414
long_description_content_type = text/markdown
1515
license = MIT
1616
keywords = kaitai, struct, construct, ksy, declarative, data structure, data format, file format, packet format, binary, parser, parsing, unpack, development
17-
classifiers =
17+
classifiers =
1818
Development Status :: 4 - Beta
1919
Intended Audience :: Developers
2020
Topic :: Software Development :: Build Tools
@@ -30,6 +30,8 @@ classifiers =
3030
Programming Language :: Python :: 3.9
3131
Programming Language :: Python :: 3.10
3232
Programming Language :: Python :: 3.11
33+
Programming Language :: Python :: 3.12
34+
Programming Language :: Python :: 3.13
3335
Programming Language :: Python :: Implementation :: CPython
3436
Programming Language :: Python :: Implementation :: PyPy
3537

0 commit comments

Comments
 (0)