You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, the supported python versions are either provided via user input or automatically deduced (as a single version) from the python version currently used to create the wagon.
We should rethink allowing users to provide the versions. It might be irrelevant
We should redo the mechanism which understands the python versions supported as the current one is technically not true. We might want to iterate through all wheels and get the set of common versions and use them instead.
The text was updated successfully, but these errors were encountered:
nir0s
changed the title
Supported Python versions
Supported Python versions for an archive
Jul 6, 2016
Looking at this, it seems like wheel's implementation is irrelevant here. Wheel's implementation simply takes the runtime env (ip, pp, py, etc..), appends the relevant python versions and uses it for a single wheel. The work to do here is to do cross-wheel version intersections. We'll leave it for 1.0.0 to focus on functionality first.
Currently, the supported python versions are either provided via user input or automatically deduced (as a single version) from the python version currently used to create the wagon.
The text was updated successfully, but these errors were encountered: