Skip to content

Commit

Permalink
upgrade default python version for reusable-version-info
Browse files Browse the repository at this point in the history
  • Loading branch information
jtherrmann committed Jun 27, 2024
1 parent 130481c commit 97322b5
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/reusable-version-info.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ on:
inputs:
python_version:
required: false
default: '3.9'
default: '3.12'
type: string
outputs:
version:
Expand Down
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,11 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [PEP 440](https://www.python.org/dev/peps/pep-0440/)
and uses [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [0.11.2]

### Changed
- The default Python version used for [`reusable-version-info.yml`](./.github/workflows/reusable-version-info.yml) has been upgraded from 3.9 to 3.12.

## [0.11.1]

### Fixed
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -454,7 +454,7 @@ jobs:
call-version-info-workflow:
uses: ASFHyP3/actions/.github/workflows/[email protected]
with:
python_version: '3.9' # Optional; default shown
python_version: '3.12' # Optional; default shown
echo-version-info-outputs:
needs: call-version-info-workflow
Expand Down

0 comments on commit 97322b5

Please sign in to comment.