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.
2 parents 197c69a + 83c1afc commit 343841fCopy full SHA for 343841f
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,12 @@
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.
13
email: [email protected]
0 commit comments