We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1246b4a commit 15a2ef4Copy full SHA for 15a2ef4
setup.py
@@ -273,12 +273,12 @@ def build_cmake(self, ext):
273
'Programming Language :: Python',
274
'Programming Language :: Python :: 3 :: Only',
275
'Programming Language :: Python :: 3',
276
- 'Programming Language :: Python :: 3.7',
277
'Programming Language :: Python :: 3.8',
278
'Programming Language :: Python :: 3.9',
279
'Programming Language :: Python :: 3.10',
280
'Programming Language :: Python :: 3.11',
281
'Programming Language :: Python :: 3.12',
+ 'Programming Language :: Python :: 3.13',
282
'License :: OSI Approved :: MIT License'
283
],
284
zip_safe=False,
0 commit comments