Skip to content

Commit 15a2ef4

Browse files
authored
add support for py313, drop py37 (#404)
1 parent 1246b4a commit 15a2ef4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -273,12 +273,12 @@ def build_cmake(self, ext):
273273
'Programming Language :: Python',
274274
'Programming Language :: Python :: 3 :: Only',
275275
'Programming Language :: Python :: 3',
276-
'Programming Language :: Python :: 3.7',
277276
'Programming Language :: Python :: 3.8',
278277
'Programming Language :: Python :: 3.9',
279278
'Programming Language :: Python :: 3.10',
280279
'Programming Language :: Python :: 3.11',
281280
'Programming Language :: Python :: 3.12',
281+
'Programming Language :: Python :: 3.13',
282282
'License :: OSI Approved :: MIT License'
283283
],
284284
zip_safe=False,

0 commit comments

Comments
 (0)