From fe21095537c878d7b018c8f70df0edaf4c39d84b Mon Sep 17 00:00:00 2001 From: George ZED Date: Sun, 3 Nov 2024 00:43:34 +0200 Subject: [PATCH] Update GitHub Actions 2024.11.03 --- .github/workflows/test_suite.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/test_suite.yml b/.github/workflows/test_suite.yml index bb093bc..f9f3d9b 100644 --- a/.github/workflows/test_suite.yml +++ b/.github/workflows/test_suite.yml @@ -11,12 +11,12 @@ jobs: strategy: max-parallel: 1 matrix: - python-version: [3.5, 3.6, 3.7, 3.8] + python-version: [3.9, 3.10, 3.11, 3.12] 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