Skip to content
This repository has been archived by the owner on Dec 1, 2024. It is now read-only.

Commit

Permalink
Add Python 3.13 info to classifiers in setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
rathaROG authored Aug 26, 2024
1 parent 52a836f commit 2236a7a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Rewrote on 2023/06/24 by rathaROG
# Updated on 2024/05/10 by rathaROG
# Updated on 2024/08/26 by rathaROG

import distutils.cmd
from setuptools import Extension, setup
Expand Down Expand Up @@ -104,6 +104,7 @@ def main_setup():
'Programming Language :: Python :: 3.10',
'Programming Language :: Python :: 3.11',
'Programming Language :: Python :: 3.12',
'Programming Language :: Python :: 3.13',
'Topic :: Education',
'Topic :: Education :: Testing',
'Topic :: Scientific/Engineering',
Expand Down

0 comments on commit 2236a7a

Please sign in to comment.