{"id":18524277,"url":"https://github.com/mdanalysis/get-latest-python-version","last_synced_at":"2025-05-14T19:15:29.465Z","repository":{"id":66359289,"uuid":"524282990","full_name":"MDAnalysis/get-latest-python-version","owner":"MDAnalysis","description":null,"archived":false,"fork":false,"pushed_at":"2023-10-21T05:12:32.000Z","size":12,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":10,"default_branch":"main","last_synced_at":"2024-10-29T17:47:25.340Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/MDAnalysis.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null}},"created_at":"2022-08-13T02:50:07.000Z","updated_at":"2022-08-13T03:03:00.000Z","dependencies_parsed_at":"2023-02-22T06:31:13.989Z","dependency_job_id":"f01d53f5-9d45-4205-9c11-39a5fea86872","html_url":"https://github.com/MDAnalysis/get-latest-python-version","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MDAnalysis%2Fget-latest-python-version","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MDAnalysis%2Fget-latest-python-version/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MDAnalysis%2Fget-latest-python-version/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MDAnalysis%2Fget-latest-python-version/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/MDAnalysis","download_url":"https://codeload.github.com/MDAnalysis/get-latest-python-version/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":239242066,"owners_count":19605946,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-06T17:40:21.641Z","updated_at":"2025-02-17T05:41:35.364Z","avatar_url":"https://github.com/MDAnalysis.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# get-latest-python-version\n\nThis action helps get the most recent released Python versions.\n\n## Basic usage\n\nSee the action.yaml for all inputs.\nFor now, they are quite restrictive:\nthe only option specifiable is ``last-n-minor-release``.\n\nHowever, the associated Python script has much more flexibility.\nWe welcome contributions extending the flexibility to the action,\nor updating the script itself!\n\nExamples:\n\nThe below workflow sets up a Python environment\nwith the *previous* stable minor release.\ne.g. Right now, 3.10 is the most recent stable minor release;\nthis will set up a Python 3.9 environment.\n```yaml\nsteps:\n- uses: actions/checkout@v3\n\n- id: get-python-version\n  uses: MDAnalysis/get-latest-python-version@main\n  with:\n    last-n-minor-release: 1\n\n- uses: actions/setup-python@v4\n  with:\n    python-version: ${{ steps.get-python-version.outputs.python-version }}\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmdanalysis%2Fget-latest-python-version","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmdanalysis%2Fget-latest-python-version","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmdanalysis%2Fget-latest-python-version/lists"}