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 8245b26 commit 83c1afcCopy full SHA for 83c1afc
CHANGES.md
@@ -1,5 +1,8 @@
1
# Change Log
2
3
+## 2.0.1
4
+
5
+* Temporarily re-add Python 2 support until StackStorm v3.3 is EOL.
6
7
## 2.0.0
8
pack.yaml
@@ -2,8 +2,11 @@
ref: st2
name: st2
description: StackStorm utility actions and aliases
-version: 2.0.0
+version: 2.0.1
python_versions:
+ # StackStorm v3.3 on Xenial still uses python 2.7
+ # and does not backtrack to find older supported versions,
9
+ # so leave this here (without tests) until v3.3 is EOL.
10
- "2"
11
- "3"
12
author: StackStorm, Inc.
0 commit comments