Skip to content

Commit bc55522

Browse files
committed
fix(montagepy): use cp310/cp311 manylinux wheels for Python 3.11
1 parent 063f61b commit bc55522

File tree

1 file changed

+4
-7
lines changed

1 file changed

+4
-7
lines changed

montagepy/conda_build_config.yaml

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,16 +2,13 @@ python:
22
- 3.10
33
- 3.11
44

5-
numpy:
6-
- 2.2
7-
85
wheel_url:
9-
- https://files.pythonhosted.org/packages/01/82/d92658b37d8f9dcf1bf137344e39964b2f4c4b1825a3acdc777cd355372a/MontagePy-1.2.3-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.manylinux_2_28_x86_64.whl
10-
- https://files.pythonhosted.org/packages/01/82/d92658b37d8f9dcf1bf137344e39964b2f4c4b1825a3acdc777cd355372a/MontagePy-1.2.3-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.manylinux_2_28_x86_64.whl
6+
- https://files.pythonhosted.org/packages/26/c9/70ac00af62df03479bb018e3d462e31bd6709fd8cbe84bd70275737bd597/montagepy-2.3.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
7+
- https://files.pythonhosted.org/packages/98/b6/0e79a7ea4d40d104ec3640aeec5736cb5d0e291a756e993a3ec91dde0c18/montagepy-2.3.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
118

129
wheel_sha:
13-
- a9005a0d838b59258c8ce3e83ec8f1a21b4d5013f8b296dd00a1a0e9add8496f
14-
- b69d810d23a0e2ed7f10a8d9f69c6023a7c36a1dfe07ef4879b3e1583a8f3e2f
10+
- df63872aae3646b7f6bd9d7f34b242d80150baf3b54676de966502e2a85c21b4
11+
- 6afb38fb3e57982d16a8cf46948c8e49766fac9101bf43d7613f984867862254
1512

1613
zip_keys:
1714
- python

0 commit comments

Comments
 (0)