Skip to content

Commit

Permalink
Python 3.13 on Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
Nelson-numerical-software committed Oct 8, 2024
1 parent 71de8ae commit 4b5940e
Show file tree
Hide file tree
Showing 2 changed files with 6 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.5"
python-version: "3.13.0"
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.5"
python-version: "3.13.0"

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

- [#1250](http://github.com/nelson-lang/nelson/issues/1250) `head`, `tail` functions for table and array.

### Changed

- Python 3.13.0 on Windows.

## 1.8.0 (2024-10-04)

### Added
Expand Down

0 comments on commit 4b5940e

Please sign in to comment.