Skip to content

Commit

Permalink
Upgrade python requirement to 3.9
Browse files Browse the repository at this point in the history
  • Loading branch information
timwoj committed Dec 3, 2024
1 parent 8e8a51a commit 5bfb7f5
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/btest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down Expand Up @@ -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 }}
Expand Down
3 changes: 1 addition & 2 deletions README
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ dynamic = ["version"]

license = { text = "3-clause BSD License" }

requires-python = ">=3.7"
requires-python = ">=3.9"

keywords=[
"system",
Expand Down

0 comments on commit 5bfb7f5

Please sign in to comment.