Skip to content

Commit

Permalink
Use python 3.12.5 on Windows (#1240)
Browse files Browse the repository at this point in the history
  • Loading branch information
Nelson-numerical-software authored Aug 27, 2024
1 parent 041a70c commit 9855a59
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ccpp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -771,7 +771,7 @@ jobs:

- uses: actions/setup-python@v5
with:
python-version: "3.12.4"
python-version: "3.12.5"
architecture: "x86"

- name: Install Inno-setup
Expand Down Expand Up @@ -925,7 +925,7 @@ jobs:

- uses: actions/setup-python@v5
with:
python-version: "3.12.4"
python-version: "3.12.5"

- name: Install Inno-setup
run: |
Expand Down
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

- Refactor the internal implementation of the 'system' built-in function.

- Python 3.12.5 on Windows.

## 1.6.0 (2024-06-29)

### Added
Expand Down

0 comments on commit 9855a59

Please sign in to comment.