Skip to content

Commit

Permalink
add support for py313, drop py37
Browse files Browse the repository at this point in the history
  • Loading branch information
kashifkhan committed Oct 22, 2024
1 parent 1246b4a commit 9c078a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -273,12 +273,12 @@ def build_cmake(self, ext):
'Programming Language :: Python',
'Programming Language :: Python :: 3 :: Only',
'Programming Language :: Python :: 3',
'Programming Language :: Python :: 3.7',
'Programming Language :: Python :: 3.8',
'Programming Language :: Python :: 3.9',
'Programming Language :: Python :: 3.10',
'Programming Language :: Python :: 3.11',
'Programming Language :: Python :: 3.12',
'Programming Language :: Python :: 3.13',
'License :: OSI Approved :: MIT License'
],
zip_safe=False,
Expand Down

0 comments on commit 9c078a8

Please sign in to comment.