From ed11266a13c9e631ed1448879c6f1ece29714e44 Mon Sep 17 00:00:00 2001 From: Dominik Mehlem Date: Mon, 16 Oct 2023 13:17:02 +0200 Subject: [PATCH] update python test and support to newest versions streamline py2app mac installation instructions --- .github/workflows/build_test_rdplot.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build_test_rdplot.yml b/.github/workflows/build_test_rdplot.yml index 54175cc..a36fe86 100644 --- a/.github/workflows/build_test_rdplot.yml +++ b/.github/workflows/build_test_rdplot.yml @@ -12,7 +12,7 @@ jobs: strategy: fail-fast: false matrix: - python-version: [3.10, 3.11] + python-version: ["3.10", "3.11"] steps: - uses: actions/checkout@v2