Skip to content

Commit

Permalink
Remove python 3.8
Browse files Browse the repository at this point in the history
  • Loading branch information
emlowe committed Jan 31, 2025
1 parent e5dec07 commit 8581ddd
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 5 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/build-test-riscv64.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,6 @@ jobs:
matrix:
os: [ubuntu-latest]
python:
- major-dot-minor: "3.8"
matrix: "3.8"
- major-dot-minor: "3.9"
matrix: "3.9"
- major-dot-minor: "3.10"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/doc-html-pdf.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
- uses: actions/setup-python@v5
name: Install Python
with:
python-version: '3.8'
python-version: '3.10'

- name: Install python markdown
shell: bash
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/plot-k27-no-bitfield.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
- uses: actions/setup-python@v5
name: Install Python
with:
python-version: '3.8'
python-version: '3.10'

- name: cmake, Plot k=27
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/plot-k27.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
- uses: actions/setup-python@v5
name: Install Python
with:
python-version: '3.8'
python-version: '3.10'

- name: cmake, Plot k=27
run: |
Expand Down

0 comments on commit 8581ddd

Please sign in to comment.