File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed
Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change 5050Programming Language :: C
5151Programming Language :: Python
5252Programming Language :: Python :: 3
53- Programming Language :: Python :: 3.7
54- Programming Language :: Python :: 3.8
5553Programming Language :: Python :: 3.9
5654Programming Language :: Python :: 3.10
55+ Programming Language :: Python :: 3.11
56+ Programming Language :: Python :: 3.12
5757Programming Language :: Python :: Implementation :: CPython
5858Topic :: Software Development
5959Topic :: Scientific/Engineering
@@ -95,7 +95,8 @@ def extensions():
9595
9696 defs = [('_FILE_OFFSET_BITS' , '64' ),
9797 ('_LARGEFILE_SOURCE' , '1' ),
98- ('_LARGEFILE64_SOURCE' , '1' )]
98+ ('_LARGEFILE64_SOURCE' , '1' ),
99+ ("PY_ARRAY_UNIQUE_SYMBOL" , "mkl_random_ext" )]
99100
100101 exts = [
101102 Extension (
You can’t perform that action at this time.
0 commit comments