File tree Expand file tree Collapse file tree 2 files changed +4
-1
lines changed
Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -142,6 +142,7 @@ Python 3.6 itself requires [`dataclasses`](https://pypi.org/project/dataclasses/
142142* ? TYPE_UNKNOWN (no idea how to test unknown bytes-like objects as a bytes object)
143143* ✓ TYPE_SET
144144* ✓ TYPE_FROZENSET
145+ * ✓ TYPE_SLICE
145146* ✓ FLAG_REF (recognized as a flag for all complex types)
146147* ✓ TYPE_ASCII
147148* ✓ TYPE_ASCII_INTERNED
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ author_email = frenzy.madness@gmail.com
1010license = MIT
1111license_files = LICENSE
1212classifiers =
13- Development Status :: 4 - Beta
13+ Development Status :: 5 - Production/Stable
1414 Intended Audience :: Developers
1515 Programming Language :: Python :: 3
1616 Programming Language :: Python :: 3.6
@@ -20,6 +20,8 @@ classifiers =
2020 Programming Language :: Python :: 3.10
2121 Programming Language :: Python :: 3.11
2222 Programming Language :: Python :: 3.12
23+ Programming Language :: Python :: 3.13
24+ Programming Language :: Python :: 3.14
2325 Programming Language :: Python :: Implementation :: CPython
2426 License :: OSI Approved :: MIT License
2527 Operating System :: POSIX :: Linux
You can’t perform that action at this time.
0 commit comments