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 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