Skip to content

Commit

Permalink
Provide "pyzmq" for py38 from pypi (#23)
Browse files Browse the repository at this point in the history
  • Loading branch information
deathaxe committed Jul 30, 2024
1 parent e30764b commit 38c0261
Showing 1 changed file with 42 additions and 0 deletions.
42 changes: 42 additions & 0 deletions repository.json
Original file line number Diff line number Diff line change
Expand Up @@ -1180,6 +1180,48 @@
"platforms": ["osx-x64", "linux-x32", "linux-x64", "windows-x32", "windows-x64"],
"python_versions": ["3.3"],
"tags": true
},
{
"base": "https://pypi.org/project/pyzmq",
"asset": "pyzmq-*-cp38-cp38-macosx_*_universal2.whl",
"platforms": ["osx-arm64"],
"python_versions": ["3.8"]
},
{
"base": "https://pypi.org/project/pyzmq",
"asset": "pyzmq-*-cp38-cp38-macosx_*_x86_64.whl",
"platforms": ["osx-x64"],
"python_versions": ["3.8"]
},
{
"base": "https://pypi.org/project/pyzmq",
"asset": "pyzmq-*-cp38-cp38-manylinux_*_aarch64.whl",
"platforms": ["linux-arm64"],
"python_versions": ["3.8"]
},
{
"base": "https://pypi.org/project/pyzmq",
"asset": "pyzmq-*-cp38-cp38-manylinux_*_i686.whl",
"platforms": ["linux-x32"],
"python_versions": ["3.8"]
},
{
"base": "https://pypi.org/project/pyzmq",
"asset": "pyzmq-*-cp38-cp38-manylinux_*_x86_64.whl",
"platforms": ["linux-x64"],
"python_versions": ["3.8"]
},
{
"base": "https://pypi.org/project/pyzmq",
"asset": "pyzmq-*-cp38-cp38-win32.whl",
"platforms": ["windows-x32"],
"python_versions": ["3.8"]
},
{
"base": "https://pypi.org/project/pyzmq",
"asset": "pyzmq-*-cp38-cp38-win_amd64.whl",
"platforms": ["windows-x64"],
"python_versions": ["3.8"]
}
]
},
Expand Down

0 comments on commit 38c0261

Please sign in to comment.