Commit 2440e1c
committed
Get latest available pure python package for each host
This commit creates dedicated asset templates for value of "python_version"
key to make sure PyPiClient downloads latest available package for each
python version.
The issue to solve is that pure python packages don't carry any information
about supported python versions in their name.
name-1.0.0-py3-any.whl maybe 3.8+
name-1.1.0-py3-any.whl maybe 3.13+1 parent f8a858a commit 2440e1c
1 file changed
+15
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
288 | 288 | | |
289 | 289 | | |
290 | 290 | | |
| 291 | + | |
| 292 | + | |
| 293 | + | |
| 294 | + | |
| 295 | + | |
| 296 | + | |
| 297 | + | |
| 298 | + | |
| 299 | + | |
| 300 | + | |
| 301 | + | |
| 302 | + | |
| 303 | + | |
| 304 | + | |
| 305 | + | |
0 commit comments