This repository was archived by the owner on Jun 27, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 4 files changed +6
-4
lines changed
Expand file tree Collapse file tree 4 files changed +6
-4
lines changed Original file line number Diff line number Diff line change 6363 - run : echo '::add-matcher::.github/problem-matchers/msvc.json'
6464 if : startsWith(matrix.os, 'windows-')
6565
66- - uses : pypa/cibuildwheel@v2.16.2
66+ - uses : pypa/cibuildwheel@v2.18.0
6767 if : matrix.os != 'macos-13-xlarge'
6868 with :
6969 output-dir : dist
7777
7878 - run : pip install pipx
7979 if : matrix.os == 'macos-13-xlarge'
80- - uses : pypa/cibuildwheel@v2.16.2
80+ - uses : pypa/cibuildwheel@v2.18.0
8181 if : matrix.os == 'macos-13-xlarge'
8282 with :
8383 output-dir : dist
Original file line number Diff line number Diff line change 11black==22.3.0
22hypothesis==6.70.0
3- invoke==1.7.1
3+ invoke==2.2.0
44pytest==7.1.2
55tzdata==2022.1
66numpy==1.19.5
Original file line number Diff line number Diff line change 11black==22.3.0
22hypothesis==6.70.0
3- invoke==1.7.1
3+ invoke==2.2.0
44pytest==7.1.2
55tzdata==2022.1
66numpy==1.23.5
Original file line number Diff line number Diff line change 99with open ("README.rst" ) as file :
1010 LONG_DESCRIPTION = file .read ()
1111
12+
1213def get_ext_dir (* components : tp .Iterable [str ]) -> tp .Sequence [str ]:
1314 dirs = []
1415 for sp in site .getsitepackages ():
@@ -17,6 +18,7 @@ def get_ext_dir(*components: tp.Iterable[str]) -> tp.Sequence[str]:
1718 dirs .append (fp )
1819 return dirs
1920
21+
2022extension = setuptools .Extension (
2123 "arraymap" ,
2224 ["arraymap.c" ],
You can’t perform that action at this time.
0 commit comments