From 602e881a06f1b15c16fda9fc5381b4da617027a0 Mon Sep 17 00:00:00 2001 From: Marius Merschformann Date: Mon, 2 Sep 2024 00:28:48 +0200 Subject: [PATCH] Move to newer python versions --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 55169cf..bd30a6d 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -7,7 +7,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - python-version: [3.6, 3.7, 3.8, 3.9] + python-version: [3.9, 3.10, 3.11, 3.12] steps: - uses: actions/checkout@v4