From: Shantanu <12621235+hauntsaninja@users.noreply.github.com> Date: Mon, 11 Sep 2023 20:36:37 +0000 (-0700) Subject: mypyc build improvements (#3881) X-Git-Url: https://git.madduck.net/etc/vim.git/commitdiff_plain/004fb79706a02c9a06abd5c416b033340f99e558?hp=004fb79706a02c9a06abd5c416b033340f99e558 mypyc build improvements (#3881) Build in separate jobs. This makes it clearer if e.g. a single Python version is failing. It also potentially gets you more parallelism. Build everything on push to master. Only build Linux 3.8 and 3.11 wheels on PRs. ---