From c185793257cacdeac11a630a2fdc363da16a8acb Mon Sep 17 00:00:00 2001 From: Finomnis Date: Mon, 10 Jun 2024 08:32:37 +0200 Subject: [PATCH 1/2] Remove Python 3.7 in CI, add 3.12 --- .github/workflows/actions.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/actions.yml b/.github/workflows/actions.yml index 8c12c78..37bb137 100644 --- a/.github/workflows/actions.yml +++ b/.github/workflows/actions.yml @@ -15,7 +15,7 @@ jobs: strategy: matrix: os: [ubuntu-latest, windows-latest, macos-latest] - python-version: ["3.7", "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 From 97554a5b75306d827dff2f6425d2aa456952c9c5 Mon Sep 17 00:00:00 2001 From: Finomnis Date: Mon, 10 Jun 2024 08:45:44 +0200 Subject: [PATCH 2/2] Update reportlab for 3.12 support --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 031f942..d0236f3 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1 +1 @@ -reportlab==3.6.12 +reportlab==4.2.0