Feature request: remove build base version from cache folder
Metadata
Current evaluation
No evaluation has been recorded for this issue yet.
Issue body
### What needs to get done
e.g instead of using
`charmcraft-buildd-base-v5.0/BuilddBaseAlias.JAMMY/pip/`
use
`BuilddBaseAlias.JAMMY/pip/`
### Why it needs to get done
Python wheels appear to be consistent within a minor Python version, even if the pip version changes. For example, a wheel built with pip 22 on 3.8 has the same hash as a wheel built with pip 23 on 3.8
There appears to be no need to invalidate the wheel if the build base version changes—but I'm not sure
Evaluation history
No evaluation history available.