From 0cfad8a5402f1037b0d85d2760bd97ac9bff3bc1 Mon Sep 17 00:00:00 2001 From: jonct <2807816+jonct@users.noreply.github.com> Date: Wed, 17 Jul 2024 23:38:45 -0400 Subject: [PATCH] Be less dummy --- .github/workflows/test.yml | 10 +++++----- pyproject.toml | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 856bb2e..e0d570a 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -25,6 +25,11 @@ jobs: steps: # hat tip: + - name: Checkout code + uses: actions/checkout@v4 + with: + fetch-depth: 0 + - uses: actions/setup-python@v5 with: python-version-file: 'pyproject.toml' @@ -33,11 +38,6 @@ jobs: - name: Install Hatch run: pip install hatch - - name: Checkout code - uses: actions/checkout@v4 - with: - fetch-depth: 0 - - name: Build distribution run: hatch build --ext diff --git a/pyproject.toml b/pyproject.toml index 6f4855c..e8ae6bf 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -19,7 +19,7 @@ authors = [ maintainers = [ {name = "Jip-Hop"}, ] -requires-python = "3.11" +requires-python = ">=3.11" [project.urls] GitHub = "https://github.com/Jip-Hop/jailmaker"