Skip to content

Commit 5bfb7f5

Browse files
committed
Upgrade python requirement to 3.9
1 parent 8e8a51a commit 5bfb7f5

File tree

3 files changed

+4
-5
lines changed

3 files changed

+4
-5
lines changed

.github/workflows/btest.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
Run-BTest:
1313
strategy:
1414
matrix:
15-
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"]
15+
python-version: ["3.9", "3.10", "3.11", "3.12"]
1616
os: [macos-latest, ubuntu-latest, windows-latest]
1717

1818
runs-on: ${{ matrix.os }}
@@ -53,7 +53,7 @@ jobs:
5353
Test-SetupPY:
5454
strategy:
5555
matrix:
56-
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"]
56+
python-version: ["3.9", "3.10", "3.11", "3.12"]
5757
os: [ubuntu-latest]
5858

5959
runs-on: ${{ matrix.os }}

README

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,7 @@ Prerequisites
2727

2828
BTest has the following prerequisites:
2929

30-
- Python version >= 3.7 (older versions may work, but are not
31-
well-tested).
30+
- Python version >= 3.9 (older versions may work, but are not well-tested).
3231

3332
- Bash. Note that on FreeBSD and Alpine Linux, bash is not installed by
3433
default. This is also required on Windows, in the form of Git's msys2, Cygwin,

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ dynamic = ["version"]
99

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

12-
requires-python = ">=3.7"
12+
requires-python = ">=3.9"
1313

1414
keywords=[
1515
"system",

0 commit comments

Comments
 (0)