We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0d44b2c commit e2aa27cCopy full SHA for e2aa27c
.github/workflows/cicd.yaml
@@ -13,10 +13,10 @@ jobs:
13
matrix:
14
include:
15
- {python: '3.12', pypgstac: '0.9.*'}
16
- - {python: '3.12', pypgstac: '0.8.*'}
17
- - {python: '3.11', pypgstac: '0.8.*'}
18
- - {python: '3.9', pypgstac: '0.8.*'}
19
- - {python: '3.8', pypgstac: '0.8.*'}
+ - {python: '3.11', pypgstac: '0.9.*'}
+ - {python: '3.10', pypgstac: '0.9.*'}
+ - {python: '3.9', pypgstac: '0.9.*'}
+ - {python: '3.8', pypgstac: '0.9.*'}
20
21
timeout-minutes: 20
22
0 commit comments