Skip to content

Commit a644083

Browse files
committed
Drop 3.8/3.9 from CI
1 parent 8656687 commit a644083

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/python-app.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
strategy:
1414
fail-fast: false
1515
matrix:
16-
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12", "3.13"]
16+
python-version: ["3.10", "3.11", "3.12", "3.13"]
1717
env:
1818
DISPLAY: ':99.0'
1919

.github/workflows/python-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
- name: Set up Python
1616
uses: actions/setup-python@v5.3.0
1717
with:
18-
python-version: '3.9'
18+
python-version: '3.12'
1919
- uses: ./.github/actions/install-dependencies-and-plottr
2020
- name: Install build deps
2121
run: pip install --upgrade build

0 commit comments

Comments
 (0)