From ebe54350d9f3729e6fd0c3dc744e38cb14d0cd31 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hanno=20B=C3=B6ck?= <990588+hannob@users.noreply.github.com> Date: Wed, 11 Dec 2024 10:42:23 +0100 Subject: [PATCH] CI Update: use python 3.x version, update github actions versions --- .github/workflows/runci.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/runci.yml b/.github/workflows/runci.yml index 1aae1c4..534ab74 100644 --- a/.github/workflows/runci.yml +++ b/.github/workflows/runci.yml @@ -8,12 +8,12 @@ jobs: build: strategy: matrix: - python-version: [3.9, 3.x, 3.13-dev] + python-version: [3.9, 3.x] runs-on: ubuntu-latest steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v6 - name: Set up Python ${{ matrix.python-version }} ${{ matrix.os }} - uses: actions/setup-python@v5 + uses: actions/setup-python@v6 with: python-version: ${{ matrix.python-version }} - name: Install pytest