Skip to content

Commit

Permalink
add python 3.13 specifier
Browse files Browse the repository at this point in the history
  • Loading branch information
hendrikmuhs committed Feb 3, 2025
1 parent 34ec0f4 commit 0befc0f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions python/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -418,6 +418,7 @@ class build_ext(custom_opts, build_cxx):
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12",
"Programming Language :: Python :: 3.13",
"Programming Language :: Python :: Implementation :: CPython",
"Programming Language :: Python :: Implementation :: PyPy",
"Operating System :: MacOS :: MacOS X",
Expand Down

0 comments on commit 0befc0f

Please sign in to comment.