From 01ebed394e29f494c94dc2cb6e3116986b462f9a Mon Sep 17 00:00:00 2001 From: Rust Saiargaliev Date: Sun, 21 Apr 2024 17:07:51 +0200 Subject: [PATCH] Update CI Python version to 3.12 --- .github/workflows/ci.yml | 4 ++-- .github/workflows/release.yml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e68aba4a..6b6f4cd0 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -23,7 +23,7 @@ jobs: - uses: actions/checkout@v4 - uses: actions/setup-python@v5 with: - python-version: "3.11" + python-version: "3.12" cache: pip - run: python -m pip install .[test] - run: ${{ matrix.lint-command }} @@ -94,7 +94,7 @@ jobs: - uses: actions/setup-python@v5 with: - python-version: '3.11' + python-version: '3.12' - name: Install dependencies run: python -m pip install --upgrade coverage[toml] diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 455f6d17..e0d80a12 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -13,7 +13,7 @@ jobs: - uses: actions/checkout@v4 - uses: actions/setup-python@v5 with: - python-version: "3.11" + python-version: "3.12" cache: pip - name: Build package