This repository was archived by the owner on Sep 9, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +12
-3
lines changed Expand file tree Collapse file tree 3 files changed +12
-3
lines changed Original file line number Diff line number Diff line change 2020 - name : Install Poetry
2121 uses : abatilo/actions-poetry@v2.0.0
2222 with :
23- poetry-version : 1.1.14
23+ poetry-version : 1.5.1
2424 - name : Install dependencies
2525 run : |
2626 poetry install
4343 strategy :
4444 fail-fast : false
4545 matrix :
46- python-version : [ "3.9", "3.10" ]
46+ python-version : [ "3.8", "3. 9", "3.10" ]
4747 os : [ ubuntu-22.04, macos-latest, windows-latest ]
4848 runs-on : ${{ matrix.os }}
4949 steps :
Original file line number Diff line number Diff line change @@ -7,6 +7,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77
88--------
99
10+ ## [ 0.2.1] - 2023-11-29
11+ ### Added
12+ * python code coverage via coveralls
13+ ### Fixed
14+ ### Changed
15+ * updated install to support python 3.8 and above.
16+ ### Removed
17+ ### Security
18+ ### Deprecated
1019
1120
1221## [ 0.2.0] - 2023-08-10
Original file line number Diff line number Diff line change 11[tool .poetry ]
22name = " unity-sds-client"
3- version = " 0.2.0 "
3+ version = " 0.2.1 "
44description = " Unity-Py is a Python client to simplify interactions with NASA's Unity Platform."
55authors = [" Anil Natha, Mike Gangl" ]
66readme = " README.md"
You can’t perform that action at this time.
0 commit comments