diff --git a/.github/workflows/btest.yml b/.github/workflows/btest.yml index b34480a..6cf75ab 100644 --- a/.github/workflows/btest.yml +++ b/.github/workflows/btest.yml @@ -12,7 +12,7 @@ jobs: Run-BTest: strategy: matrix: - python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"] + python-version: ["3.9", "3.10", "3.11", "3.12"] os: [macos-latest, ubuntu-latest, windows-latest] runs-on: ${{ matrix.os }} @@ -53,7 +53,7 @@ jobs: Test-SetupPY: strategy: matrix: - python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"] + python-version: ["3.9", "3.10", "3.11", "3.12"] os: [ubuntu-latest] runs-on: ${{ matrix.os }} diff --git a/README b/README index d272836..36f9775 100644 --- a/README +++ b/README @@ -27,8 +27,7 @@ Prerequisites BTest has the following prerequisites: -- Python version >= 3.7 (older versions may work, but are not - well-tested). +- Python version >= 3.9 (older versions may work, but are not well-tested). - Bash. Note that on FreeBSD and Alpine Linux, bash is not installed by default. This is also required on Windows, in the form of Git's msys2, Cygwin, diff --git a/pyproject.toml b/pyproject.toml index cd3d1b5..efecf8e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -9,7 +9,7 @@ dynamic = ["version"] license = { text = "3-clause BSD License" } -requires-python = ">=3.7" +requires-python = ">=3.9" keywords=[ "system",