Skip to content

Commit

Permalink
Feature/PODAAC-5944: Python 3.9/Cumulus 16 (#8)
Browse files Browse the repository at this point in the history
* upgrade to python 3.9 and cumulus-process-py 1.3.0

* new poetry.lock file

---------

Co-authored-by: Yen, David (398B-Affiliate) <[email protected]>
  • Loading branch information
yenes56 and Yen, David (398B-Affiliate) authored Nov 14, 2023
1 parent a2a635c commit 9fbcf8b
Show file tree
Hide file tree
Showing 4 changed files with 457 additions and 325 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build-pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,11 @@ 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:
poetry-version: 1.1.15
poetry-version: 1.5.1
- name: Get version
id: get-version
run: |
Expand Down Expand Up @@ -84,7 +84,7 @@ jobs:
poetry run flake8 --ignore=E501,W503,W504 cumulus_file_rename
- 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
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,17 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]

### Added
### Changed
### Deprecated
### Removed
### Fixed
- **PODAAC-5944**
- upgrade to python 3.9 and cumulus-process-py 1.3.0
### Security

## [v2.1.0]

### Added
Expand Down
Loading

0 comments on commit 9fbcf8b

Please sign in to comment.