Skip to content

Runtime Version Scanner: Load official EOL versions from an API #245

@toph-allen

Description

@toph-allen

Currently EOL versions for the Runtime Version Scanner are hard-coded and will need to be updated when new R and Python versions are updated.

# https://devguide.python.org/versions/
PY_OLDEST_SUPPORTED <- "3.9.0"
# https://www.tidyverse.org/blog/2019/04/r-version-support/, https://www.r-project.org/
R_OLDEST_SUPPORTED <- "4.1.0"

It would be better to load these from an API, but no official API exists for either R or Python.

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions