Skip to content

Commit e88fccc

Browse files
committed
setup.cfg: add Python 3.14 classifier
We've been running our test suite on Python 3.14 since November 2025, see kaitai-io/ci_artifacts@6fe3566 The switch from Python 3.13 to Python 3.14 did not cause any changes in test results, so as far as we know, Python 3.14 is fully supported.
1 parent 4322b48 commit e88fccc

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

setup.cfg

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ classifiers =
2525
Programming Language :: Python :: 3.11
2626
Programming Language :: Python :: 3.12
2727
Programming Language :: Python :: 3.13
28+
Programming Language :: Python :: 3.14
2829
Programming Language :: Python :: Implementation :: CPython
2930
Programming Language :: Python :: Implementation :: PyPy
3031

0 commit comments

Comments
 (0)