Skip to content

Commit

Permalink
CI: Update tested Python version to 3.9
Browse files Browse the repository at this point in the history
CPython 3.8 is officially end-of-life by upstream.
  • Loading branch information
thewtex committed Dec 10, 2024
1 parent 1dd11d6 commit 027ccb3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/cmake-linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
fetch-tags: true
- uses: actions/setup-python@v4
with:
python-version: '3.7.14'
python-version: '3.9'

- name: "Install jsondiff"
run: pip install jsondiff
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/cmake-win.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:

- uses: actions/setup-python@v4
with:
python-version: '3.8.0'
python-version: '3.9.0'

- name: Download prerequisite packages
run: |
Expand Down

0 comments on commit 027ccb3

Please sign in to comment.