We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9a71f66 commit 7d7fdbdCopy full SHA for 7d7fdbd
1 file changed
setup.py
@@ -50,10 +50,10 @@
50
Programming Language :: C
51
Programming Language :: Python
52
Programming Language :: Python :: 3
53
-Programming Language :: Python :: 3.7
54
-Programming Language :: Python :: 3.8
55
Programming Language :: Python :: 3.9
56
Programming Language :: Python :: 3.10
+Programming Language :: Python :: 3.11
+Programming Language :: Python :: 3.12
57
Programming Language :: Python :: Implementation :: CPython
58
Topic :: Software Development
59
Topic :: Scientific/Engineering
@@ -95,7 +95,8 @@ def extensions():
95
96
defs = [('_FILE_OFFSET_BITS', '64'),
97
('_LARGEFILE_SOURCE', '1'),
98
- ('_LARGEFILE64_SOURCE', '1')]
+ ('_LARGEFILE64_SOURCE', '1'),
99
+ ("PY_ARRAY_UNIQUE_SYMBOL", "mkl_random_ext")]
100
101
exts = [
102
Extension(
0 commit comments