Skip to content

Fix minimum supported versions in METADATA.toml #4981

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
hauntsaninja opened this issue Jan 28, 2021 · 1 comment · Fixed by #6094
Closed

Fix minimum supported versions in METADATA.toml #4981

hauntsaninja opened this issue Jan 28, 2021 · 1 comment · Fixed by #6094

Comments

@hauntsaninja
Copy link
Collaborator

This is a follow up from #2491

It looks like we set version = "0.1" for all third party packages. We should try and get these up to date.
A possible idea for determining the oldest supported package version via automation are is by using stubtest to quantify how compatible the stubs are with a given package version relative to latest.

@ilevkivskyi
Copy link
Member

It looks like we set version = "0.1" for all third party packages.

For half dozen packages, I already set them manually to some known versions. But yes, doing this in some automated way would be great, otherwise it would be a lot work.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants