{
    "version": "7.3.22",
    "description": "A fast, compliant alternative implementation of the Python language.",
    "homepage": "https://www.pypy.org",
    "license": "MIT",
    "architecture": {
        "64bit": {
            "url": "https://downloads.python.org/pypy/pypy3.11-v7.3.22-win64.zip",
            "hash": "748f393e69726f32c908bfd8d778dda267482c0b15b2d4957c97f0842f37d33f",
            "extract_dir": "pypy3.11-v7.3.22-win64"
        }
    },
    "bin": [
        "pypy.exe",
        "pypyw.exe"
    ],
    "checkver": {
        "url": "https://www.pypy.org/download.html",
        "regex": "pypy(?<py>3[\\d.]+)-v([\\d.]+)"
    },
    "autoupdate": {
        "architecture": {
            "64bit": {
                "url": "https://downloads.python.org/pypy/pypy$matchPy-v$version-win64.zip",
                "extract_dir": "pypy$matchPy-v$version-win64"
            }
        },
        "hash": {
            "url": "https://www.pypy.org/checksums.html"
        }
    }
}
