Skip to content

Commit

Permalink
python 3.9->3.10
Browse files Browse the repository at this point in the history
  • Loading branch information
David Yen committed Jul 26, 2024
1 parent 47e7835 commit 4b156ea
Show file tree
Hide file tree
Showing 4 changed files with 87 additions and 85 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.9
python-version: "3.10"
- 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.9@master
uses: snyk/actions/python-3.10@master
env:
SNYK_TOKEN: ${{ secrets.SNYK_TOKEN }}
with:
Expand Down
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,16 @@ 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).

## [1.2.0]

### Added
### Changed
- **PODAAC-6185**
- python 3.9->3.10
### Deprecated
### Removed
### Fixed
### Security

## [1.2.0]

Expand Down
154 changes: 73 additions & 81 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@ description = "A simple lambda which pass input through output"
authors = ["PODAAC IngestAndArchive <[email protected]>"]

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

[tool.poetry.dev-dependencies]
pytest = "^5.2"
pytest = "^8.3.2"

[build-system]
requires = ["poetry-core>=1.0.0"]
Expand Down

0 comments on commit 4b156ea

Please sign in to comment.