mirror of
https://github.com/actions/python-versions.git
synced 2026-06-02 01:57:30 +08:00
8 lines
211 B
JSON
8 lines
211 B
JSON
{
|
|
"regex": "python-\\d+\\.\\d+\\.\\d+-(\\w+\\.\\d+)?-?(\\w+)-(\\d+(\\.\\d+)?)?-?((x|arm)\\d+(-freethreaded)?)",
|
|
"groups": {
|
|
"arch": 5,
|
|
"platform": 2,
|
|
"platform_version": 3
|
|
}
|
|
} |