From a07aa9c081103538f9c9a8de3a450a917e909282 Mon Sep 17 00:00:00 2001 From: dhvcc Date: Fri, 19 May 2023 04:52:04 +0300 Subject: [PATCH] bump setup python to v4 --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c9eb9ea..912024b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -19,7 +19,7 @@ jobs: # TODO: Add cli to parse to json # TODO: Possibly bundle as deb/rpm/exe os: [ "ubuntu-latest", "windows-latest", "macos-latest" ] - python-version: [ "3.8", "3.9", "3.10", "3.11", "3.12.0-alpha.7" ] + python-version: [ "3.8", "3.9", "3.10", "3.11"] runs-on: ${{ matrix.os }} @@ -31,7 +31,7 @@ jobs: - name: Set up Python ${{ matrix.python-version }} on ${{ matrix.os }} id: setup-python - uses: actions/setup-python@v3 + uses: actions/setup-python@v4 with: python-version: ${{ matrix.python-version }} cache-dependency-path: pyproject.toml