From a674abb9205395e6a80c90a0370493caa42f6a41 Mon Sep 17 00:00:00 2001 From: Thomas Perl Date: Fri, 20 Sep 2024 07:43:14 +0200 Subject: [PATCH] CI maintenance (update actions, add Python 3.13) --- .github/workflows/unit-tests.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/unit-tests.yml b/.github/workflows/unit-tests.yml index 2026af70..ac4f2988 100644 --- a/.github/workflows/unit-tests.yml +++ b/.github/workflows/unit-tests.yml @@ -21,10 +21,11 @@ jobs: - '3.10' - '3.11' - '3.12' + - '3.13' steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v4 - name: Set up Python ${{ matrix.python-version }} - uses: actions/setup-python@v2 + uses: actions/setup-python@v5 with: python-version: ${{ matrix.python-version }} - name: Install dependencies