From 5c27ba1862edc75387a11a1f0b79b8fac92849e6 Mon Sep 17 00:00:00 2001 From: Terry Cain Date: Sun, 5 Mar 2023 12:55:00 +0000 Subject: [PATCH] Updated CI workflow --- .github/workflows/CI.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index 8ca2f8e..28f073b 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -20,10 +20,10 @@ jobs: uses: actions/checkout@v3 with: submodules: true - - name: Setup Python 3.10 + - name: Setup Python 3.11 uses: actions/setup-python@v4 with: - python-version: "3.10" + python-version: "3.11" - name: Load cached venv id: cached-poetry-dependencies @@ -57,10 +57,10 @@ jobs: with: fetch-depth: 0 submodules: true - - name: Setup Python 3.10 + - name: Setup Python 3.11 uses: actions/setup-python@v4 with: - python-version: "3.10" + python-version: "3.11" - name: Run setup poetry run: | pip install -U poetry poetry-dynamic-versioning