Skip to content

Commit

Permalink
python 3.9, cumulus-process-py 1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Yen, David (398B-Affiliate) committed Nov 11, 2023
1 parent 77b1112 commit 4a87b20
Show file tree
Hide file tree
Showing 4 changed files with 196 additions and 226 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-python@v3
with:
python-version: 3.8
python-version: 3.9
- name: Install Poetry
uses: abatilo/[email protected]
with:
Expand Down Expand Up @@ -76,7 +76,7 @@ jobs:
run: poetry install

- name: Run Snyk on Python
uses: snyk/actions/python-3.8@master
uses: snyk/actions/python-3.9@master
env:
SNYK_TOKEN: ${{ secrets.SNYK_TOKEN }}
with:
Expand Down
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- fixed release build
- upgrade few actions, python version to 3.8 and poetry 1.1.4 -> 1.1.15
### Changed
- **PODAAC-5942**
- python 3.9. cumulus-process-py 1.3.0
### Deprecated
### Removed
### Fixed
Expand Down
Loading

0 comments on commit 4a87b20

Please sign in to comment.