Skip to content

Commit

Permalink
Add python 3.8 libraries from pypi
Browse files Browse the repository at this point in the history
  • Loading branch information
deathaxe committed Nov 12, 2023
1 parent 199f234 commit 9c96066
Showing 1 changed file with 36 additions and 0 deletions.
36 changes: 36 additions & 0 deletions repository.json
Original file line number Diff line number Diff line change
Expand Up @@ -523,6 +523,36 @@
"platforms": ["osx-x64","linux","windows"],
"python_versions": ["3.3"],
"tags": true
},
{
"base": "https://pypi.org/project/lxml",
"asset": "lxml-*-cp38-cp38-macosx_10_15_x86_64.whl",
"platforms": ["osx-x64"],
"python_versions": ["3.8"]
},
{
"base": "https://pypi.org/project/lxml",
"asset": "lxml-*-cp38-cp38-manylinux_2_17_x86_64*.whl",
"platforms": ["linux-x64"],
"python_versions": ["3.8"]
},
{
"base": "https://pypi.org/project/lxml",
"asset": "lxml-*-cp38-cp38-manylinux_2_17_aarch64*.whl",
"platforms": ["linux-arm64"],
"python_versions": ["3.8"]
},
{
"base": "https://pypi.org/project/lxml",
"asset": "lxml-*-cp38-cp38-win_amd64.whl",
"platforms": ["windows-x64"],
"python_versions": ["3.8"]
},
{
"base": "https://pypi.org/project/lxml",
"asset": "lxml-*-cp38-cp38-win32.whl",
"platforms": ["windows-x32"],
"python_versions": ["3.8"]
}
]
},
Expand Down Expand Up @@ -901,6 +931,12 @@
"platforms": ["windows"],
"python_versions": ["3.3"],
"tags": true
},
{
"base": "https://pypi.org/project/pywin32",
"asset": "pywinpty-*-cp38-none-win_amd64.whl",
"platforms": ["windows"],
"python_versions": ["3.8"]
}
]
},
Expand Down

0 comments on commit 9c96066

Please sign in to comment.