Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .github/workflows/build_and_test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,6 @@ jobs:
uses: StackStorm-Exchange/ci/.github/workflows/pack-build_and_test.yaml@master
with:
enable-common-libs: true
python-version: '["3.10"]'
#apt-cache-version: v0
#py-cache-version: v0
1 change: 1 addition & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ jobs:
uses: StackStorm-Exchange/ci/.github/workflows/pack-build_and_test.yaml@master
with:
enable-common-libs: true
python-version: '["3.10"]'
#apt-cache-version: v0
#py-cache-version: v0

Expand Down
5 changes: 5 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Change Log

## v2.0.1

* Limit GitHub Actions pack tests to Python 3.10 because the current StackStorm master
bootstrap pins a pip release which no longer supports Python 3.8 or 3.9.

## v2.0.0

* Drop Python 2.7 support
Expand Down
2 changes: 1 addition & 1 deletion pack.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ keywords:
- postgresql
- mongo
- mongodb
version: 2.0.0
version: 2.0.1
author: Encore Technologies
email: code@encore.tech
python_versions:
Expand Down