Skip to content

Commit a3d6ac9

Browse files
authored
Update python-manifest-config.json
1 parent 6942a1d commit a3d6ac9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

config/python-manifest-config.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
2-
"regex": "python-\\d+\\.\\d+\\.\\d+-(\\w+\\.\\d+)?-?(\\w+)-(\\d+\\.\\d+)?-?((x|arm)\\d+)",
2+
"regex": "python-\\d+\\.\\d+\\.\\d+-(\\w+\\.\\d+)?-?(\\w+)-(\\d+\\.\\d+)?-?((x|arm)\\d+(-freethreaded)?)",
33
"groups": {
44
"arch": 4,
55
"platform": 2,
66
"platform_version": 3
77
}
8-
}
8+
}

0 commit comments

Comments
 (0)