File tree Expand file tree Collapse file tree 6 files changed +9
-6
lines changed
Expand file tree Collapse file tree 6 files changed +9
-6
lines changed Original file line number Diff line number Diff line change 1111
1212env :
1313 POETRY_VERSION : " 2.1.3"
14- PYTHON_VERSION : " 3.10 "
14+ PYTHON_VERSION : " 3.12 "
1515 REGISTRY : ghcr.io
1616 IMAGE_NAME : ${{ github.repository }}
1717
@@ -148,7 +148,7 @@ jobs:
148148 run : |
149149 OUTPUT_FILE=result.json
150150
151- PAYLOAD=$(echo '{"client_id": "L2SSpyGithubAction ", "minimum_alive_secs": 300}' | base64)
151+ PAYLOAD=$(echo '{"client_id": "ConciseGithubAction ", "minimum_alive_secs": 300}' | base64)
152152
153153 aws lambda invoke \
154154 --function-name ${{ env.venue }}-launchpad_token_dispenser \
Original file line number Diff line number Diff line change 2222
2323 - uses : actions/setup-python@v5
2424 with :
25- python-version : 3.10
25+ python-version : 3.12
2626
2727 - name : Install Poetry
2828 uses : abatilo/actions-poetry@v4
Original file line number Diff line number Diff line change @@ -8,6 +8,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
88
99### Added
1010### Changed
11+ - Update to python 3.12
12+ - Update github actions to use launchpad token lambda
13+ - Update sphinx documentation
1114### Deprecated
1215### Removed
1316### Fixed
Original file line number Diff line number Diff line change 186186 same "printed page" as the copyright notice for easier
187187 identification within third-party archives.
188188
189- Copyright 2024 California Institute of Technology
189+ Copyright 2025 California Institute of Technology
190190
191191 Licensed under the Apache License, Version 2.0 (the "License");
192192 you may not use this file except in compliance with the License.
Original file line number Diff line number Diff line change 1010# such information to foreign countries or providing access to foreign
1111# persons.
1212
13- FROM python:3.10 -slim
13+ FROM python:3.12 -slim
1414
1515RUN apt-get update \
1616 && DEBIAN_FRONTEND=noninteractive apt-get upgrade -y \
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ packages = [
1515]
1616
1717[tool .poetry .dependencies ]
18- python = " ^3.10 "
18+ python = " ^3.12 "
1919netCDF4 = " ^1.5.6"
2020numpy = " ^2.1.3"
2121harmony-service-lib = " ^2.4.0"
You can’t perform that action at this time.
0 commit comments