diff options
Diffstat (limited to 'ports/python3/vcpkg.json')
| -rw-r--r-- | ports/python3/vcpkg.json | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/ports/python3/vcpkg.json b/ports/python3/vcpkg.json index 0a0b7778f..f997398f8 100644 --- a/ports/python3/vcpkg.json +++ b/ports/python3/vcpkg.json @@ -1,6 +1,7 @@ { "name": "python3", "version-string": "3.9.2", + "port-version": 1, "description": "The Python programming language", "homepage": "https://github.com/python/cpython", "supports": "!(arm | uwp)", @@ -35,5 +36,10 @@ "platform": "!(windows & static)" }, "zlib" - ] + ], + "features": { + "deprecated-win7-support": { + "description": "Deprecated support for the Windows 7 platform -- may be removed at any time." + } + } } |
