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 7983e4c commit c26a33cCopy full SHA for c26a33c
1 file changed
setup.cfg
@@ -1,6 +1,6 @@
1
[metadata]
2
name = cython-test-exception-raiser
3
-version = 25.11.2.dev0
+version = 26.4.1
4
description = A trivial extension that just raises an exception.
5
long_description = file: README.rst
6
long_description_content_type = text/x-rst
@@ -21,6 +21,7 @@ classifiers =
21
Programming Language :: Python :: 3.12
22
Programming Language :: Python :: 3.13
23
Programming Language :: Python :: 3.14
24
+ Programming Language :: Python :: 3.15
25
26
[options]
27
packages = find:
0 commit comments