From ed4ec53624927d1e1d3626a4746ae33460e29429 Mon Sep 17 00:00:00 2001 From: Gaspard Ducamp Date: Tue, 1 Oct 2024 09:52:35 +0200 Subject: [PATCH] Update to 1.16.0 Python 3.9 dropped --- .github/workflows/build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index af5fdeb..e56b302 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -5,8 +5,8 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - version: [1.15.1] - pyver: ['3.9', '3.10', '3.11', '3.12'] + version: [1.16.0] + pyver: ['3.10', '3.11', '3.12'] steps: - uses: actions/checkout@v2 - name: Build