Skip to content

Commit b2deaae

Browse files
committed
Add Python 3.13 to classifiers (#17891)
Mypy now supports 3.13 (though not all features yet).
1 parent aac2145 commit b2deaae

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -190,6 +190,7 @@ def run(self):
190190
"Programming Language :: Python :: 3.10",
191191
"Programming Language :: Python :: 3.11",
192192
"Programming Language :: Python :: 3.12",
193+
"Programming Language :: Python :: 3.13",
193194
"Topic :: Software Development",
194195
"Typing :: Typed",
195196
]

0 commit comments

Comments
 (0)