File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 5454 runs-on : ubuntu-latest
5555 services :
5656 pgstac :
57- image : ghcr.io/stac-utils/pgstac:v0.8.6
57+ image : ghcr.io/stac-utils/pgstac:v0.9.5
5858 env :
5959 POSTGRES_USER : username
6060 POSTGRES_PASSWORD : password
7878 - name : Setup Python
7979 uses : actions/setup-python@v5
8080 with :
81- python-version : " 3.10 "
81+ python-version : " 3.11 "
8282 cache : pip
8383 cache-dependency-path : setup.py
8484
@@ -110,7 +110,7 @@ jobs:
110110 - name : Setup Python
111111 uses : actions/setup-python@v5
112112 with :
113- python-version : " 3.10 "
113+ python-version : " 3.11 "
114114 cache : pip
115115 cache-dependency-path : setup.py
116116
Original file line number Diff line number Diff line change 22
33## [ Unreleased]
44
5- ## [ 5.0.2] - 2025-04-04
5+ ## [ 5.0.2] - 2025-04-07
66
77### Fixed
88
You can’t perform that action at this time.
0 commit comments