From 22fe3fb152376cd8b451d57ba42fb5f8c083f700 Mon Sep 17 00:00:00 2001 From: Martin Mahner Date: Thu, 14 Dec 2023 05:58:12 +0000 Subject: [PATCH] Update push.yml --- .github/workflows/push.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/push.yml b/.github/workflows/push.yml index 97bd9d1..f73eb54 100644 --- a/.github/workflows/push.yml +++ b/.github/workflows/push.yml @@ -8,13 +8,13 @@ jobs: strategy: max-parallel: 4 matrix: - python-version: ["3.8", "3.9", "3.10", "3.11"] + python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"] steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - name: Set up Python ${{ matrix.python-version }} - uses: actions/setup-python@v4 + uses: actions/setup-python@v5 with: python-version: ${{ matrix.python-version }}