Skip to content

Commit 4f8725b

Browse files
committed
Update classifiers and readme
1 parent 33ee74c commit 4f8725b

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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

setup.cfg

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ author_email = frenzy.madness@gmail.com
1010
license = MIT
1111
license_files = LICENSE
1212
classifiers =
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

0 commit comments

Comments
 (0)