Skip to content

Commit

Permalink
Drop 3.8/3.9 from CI
Browse files Browse the repository at this point in the history
  • Loading branch information
jenshnielsen committed Nov 8, 2024
1 parent 9f00b33 commit 6797daf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/python-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"]
python-version: ["3.10", "3.11", "3.12"]
env:
DISPLAY: ':99.0'

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/python-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- name: Set up Python
uses: actions/[email protected]
with:
python-version: '3.9'
python-version: '3.12'
- uses: ./.github/actions/install-dependencies-and-plottr
- name: Install build deps
run: pip install --upgrade build
Expand Down

0 comments on commit 6797daf

Please sign in to comment.