Skip to content

Commit

Permalink
upgrade to python 3.10
Browse files Browse the repository at this point in the history
  • Loading branch information
David Yen committed Jul 26, 2024
1 parent 311bc20 commit d7a45a9
Show file tree
Hide file tree
Showing 4 changed files with 150 additions and 148 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 @@ -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.9@master
uses: snyk/actions/python-3.10@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 @@ -9,6 +9,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

### Added
### Changed
- **PODAAC-6185**
- python 3.9 -> 3.10
### Deprecated
### Removed
### Fixed
Expand Down
Loading

0 comments on commit d7a45a9

Please sign in to comment.