Skip to content

Commit

Permalink
upgrade to python 3.10
Browse files Browse the repository at this point in the history
  • Loading branch information
Yen, David (398B-Affiliate) committed Apr 29, 2024
1 parent a6189e5 commit 5a6fee3
Show file tree
Hide file tree
Showing 5 changed files with 152 additions and 140 deletions.
2 changes: 1 addition & 1 deletion .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
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
.idea
*.egg-info
__pycache__
venv
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-6185**
- upgrade to python 3.10
### Security

## [v2.2.0]

### Added
Expand Down
Loading

0 comments on commit 5a6fee3

Please sign in to comment.