Received: from malur.postgresql.org ([217.196.149.56]) by arkaria.postgresql.org with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1mXsXA-0002IH-0q for psycopg@arkaria.postgresql.org; Tue, 05 Oct 2021 22:03:36 +0000 Received: from localhost ([127.0.0.1] helo=malur.postgresql.org) by malur.postgresql.org with esmtp (Exim 4.92) (envelope-from ) id 1mXsX8-0007SK-On for psycopg@arkaria.postgresql.org; Tue, 05 Oct 2021 22:03:34 +0000 Received: from magus.postgresql.org ([2a02:c0:301:0:ffff::29]) by malur.postgresql.org with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1mXsX8-0007Ri-Ge for psycopg@lists.postgresql.org; Tue, 05 Oct 2021 22:03:34 +0000 Received: from mail-vk1-xa2e.google.com ([2607:f8b0:4864:20::a2e]) by magus.postgresql.org with esmtps (TLS1.3:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.92) (envelope-from ) id 1mXsX5-0007DO-R1 for psycopg@lists.postgresql.org; Tue, 05 Oct 2021 22:03:34 +0000 Received: by mail-vk1-xa2e.google.com with SMTP id g15so365573vke.5 for ; Tue, 05 Oct 2021 15:03:31 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20210112; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :cc; bh=ZpFdGYNqqNIYPIkvp8zWadRsHxbms7IdmkmXGRYBHWw=; b=biFfY6EQSV8+B/1lAbRuwKGF72W0QRm6dGgbyO9xSELk64LYTeJfQQFzJKKfX/ZAip 5kWZO7FDQM/XksFYe3xq8YmwmtCydvhrE0D4jjfa5G28XtCIfRMEp2XkOMpPcMNlkw2M Z0XmD5hLg6d5zCqZ31rduEqJRrkScTMPI/fr+gk8Xq+Q5Vi8xVe9wFoI8czDEF7fyKYX JbA/crVvSj36LjnqC8dRkcltDi2P5bXcbZAzXEOFsU6P/GV9HSSVHNx6hde0cwdWeWea RRzTX8lAwHZZkL59zXapsOC29PTbpj8cN0sP/gYIKzPjMaO8qus9NL3dvlP0WCwRpS75 QX5Q== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=ZpFdGYNqqNIYPIkvp8zWadRsHxbms7IdmkmXGRYBHWw=; b=b1GBObQx42L18qaE8KlSpIlcrGN3+QhJsPFEt8n4ODz/2QcMI4ZLuDIo0a0jCW8LO0 gOxm7/z263ZnVl0zF+eUxwSo0MKyhToxqXXuTJXPwLK66NuqGFQifYa9depMW8CWbQdK hCws0nk9BEPIhnJHS8qf8ijICzK66q6WkITQ2HLfZCb/ef8aWJIiQj+JCpa9911dJHMG rgZpJbFJNm04o5F/VMBZq2ccRTQTjAJM8DftUwem6mFt2ODZDASkOhksUxZazH09F/in tavZzLQwNguki4LxRMkttktGT3IR+aDPXyDrhfxbjTMRjOIMnOjhGrCrUey3QoLJR2M7 KGhA== X-Gm-Message-State: AOAM530hCAwgXxIp7FzJJXCg448qPTNEabeL1PqY0BtriaL8K9GmZuO+ Q938TKCRnkHjAuSu73d5hqbtpDkQI7xTGYlo6gQ= X-Google-Smtp-Source: ABdhPJzAqRmVc35PplcQ9pFudoVePn02XTLR57y80ghu/95UM5s8MjOTBLKnEotCLOiFFq1Jhr/6eT5knaxmhJomNQA= X-Received: by 2002:a1f:1283:: with SMTP id 125mr22722651vks.2.1633471410064; Tue, 05 Oct 2021 15:03:30 -0700 (PDT) MIME-Version: 1.0 References: In-Reply-To: From: Daniele Varrazzo Date: Wed, 6 Oct 2021 00:03:18 +0200 Message-ID: Subject: Re: How to build statically on Windows To: Jason Erickson Cc: Dan Davis , psycopg@lists.postgresql.org Content-Type: text/plain; charset="UTF-8" List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Archived-At: Precedence: bulk On Tue, 5 Oct 2021 at 23:51, Jason Erickson wrote: > One thing we haven't done yet with the builds is try building against the PostgreSQL 14.x source, so if you build against that, keep it in mind. There are Postgres 14 and Python 3.10 out there in the same week, for extra fun :D I have already prepared a branch to build with Python 3.10 (https://github.com/psycopg/psycopg2/tree/py310), but it was failing because the images weren't there yet. -- Daniele