From d792f00457fb24b1e4d0b0c80155867141b01536 Mon Sep 17 00:00:00 2001 From: BeritJanssen Date: Thu, 19 Dec 2024 13:12:34 +0100 Subject: [PATCH] drop Python 3.8 support --- .github/workflows/python-package.yml | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/python-package.yml b/.github/workflows/python-package.yml index 55ab63e..8aed826 100644 --- a/.github/workflows/python-package.yml +++ b/.github/workflows/python-package.yml @@ -16,7 +16,7 @@ jobs: strategy: fail-fast: false matrix: - python-version: ["3.8", "3.9", "3.10", "3.11"] + python-version: ["3.9", "3.10", "3.11"] steps: - uses: actions/checkout@v3 diff --git a/README.md b/README.md index e9323f7..628ae82 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ The basic usage is that you will use the utilities in this package to create a " ## Prerequisites -Requires Python 3.8 or later. +Requires Python 3.9 or later. ## Contents