Skip to content

Commit c31e6a4

Browse files
committed
ci: Drop python-3.7, add python-3.12
Even though python-3.7 remains our minimal Python version it is not support by GH actions anymore so this commit drops it from CI. We also add a setup for the now released python-3.12.
1 parent 54a85b5 commit c31e6a4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
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.7", "3.8", "3.9", "3.10", "3.11"]
15+
python-version: ["3.8", "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.7", "3.8", "3.9", "3.10", "3.11"]
56+
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"]
5757
os: [ubuntu-latest]
5858

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

0 commit comments

Comments
 (0)