Skip to content

Commit

Permalink
bump Python to 3.12 in CI/CD workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
cicirello committed Oct 5, 2023
1 parent d2826ca commit bffb9f9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
- name: Setup Python
uses: actions/setup-python@v4
with:
python-version: '3.11'
python-version: '3.12'

- name: Run Python unit tests
run: python3 -u -m unittest tests/tests.py
Expand Down
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased] - 2023-09-22
## [Unreleased] - 2023-10-05

### Added

Expand All @@ -17,6 +17,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Fixed

### CI/CD
* Bump Python to 3.12 in CI/CD workflows when running unit tests.

### Dependencies
* Bump cicirello/pyaction from 4.14.1 to 4.24.0
Expand Down

0 comments on commit bffb9f9

Please sign in to comment.