From 3934449cdebe1ddcdfda6624a56670ac3047141d Mon Sep 17 00:00:00 2001 From: Luca Soldaini Date: Tue, 27 Aug 2024 12:13:59 -0700 Subject: [PATCH] bumpign version --- .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 955f9a01..9e434dbf 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -100,7 +100,7 @@ jobs: if: steps.cache-venv.outputs.cache-hit != 'true' uses: actions/setup-python@v4 with: - python-version: "3.8" + python-version: "3.10" architecture: "x64" - name: Create a new Python environment & install maturin