mirror of
https://github.com/actions/python-versions.git
synced 2025-04-05 14:59:39 +00:00
8 lines
168 B
JSON
8 lines
168 B
JSON
{
|
|
"regex": "python-\\d+\\.\\d+\\.\\d+-(\\w+)-([\\w\\.]+)?-?(x\\d+)",
|
|
"groups": {
|
|
"arch": 3,
|
|
"platform": 1,
|
|
"platform_version": 2
|
|
}
|
|
} |