From a80ba80e614274ea6a90329674bb7ff0c15a0378 Mon Sep 17 00:00:00 2001 From: Brendon Smith Date: Sun, 14 Jul 2024 16:18:45 -0400 Subject: [PATCH] Update to `hatch==1.12.0` https://hatch.pypa.io/latest/blog/2024/05/02/hatch-v1100/ https://hatch.pypa.io/latest/tutorials/testing/overview/ https://github.com/pypa/hatch/releases --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 2430aff..211984f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -51,7 +51,7 @@ jobs: python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"] env: HATCH_ENV: "ci" - HATCH_VERSION: "1.9.4" + HATCH_VERSION: "1.12.0" PIPX_VERSION: "1.6.0" steps: - uses: actions/checkout@v4