Skip to content

Commit

Permalink
upgrade to python 3.9 and 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 13, 2023
1 parent a2a635c commit 113b0b2
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 5 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
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ description = ""
authors = ["Yen, David (398B-Affiliate) <[email protected]>"]

[tool.poetry.dependencies]
python = "^3.7"
cumulus-process = "1.0.0"
python = "^3.9"
cumulus-process = "1.3.0"

[tool.poetry.dev-dependencies]
pytest-cov = "^3.0.0"
Expand Down

0 comments on commit 113b0b2

Please sign in to comment.