Skip to content

Commit 343841f

Browse files
authored
Merge pull request #25 from StackStorm-Exchange/python-2-supported
Re-add Python 2 support
2 parents 197c69a + 83c1afc commit 343841f

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGES.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# Change Log
22

3+
## 2.0.1
4+
5+
* Temporarily re-add Python 2 support until StackStorm v3.3 is EOL.
36

47
## 2.0.0
58

pack.yaml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,12 @@
22
ref: st2
33
name: st2
44
description: StackStorm utility actions and aliases
5-
version: 2.0.0
5+
version: 2.0.1
66
python_versions:
7+
# StackStorm v3.3 on Xenial still uses python 2.7
8+
# and does not backtrack to find older supported versions,
9+
# so leave this here (without tests) until v3.3 is EOL.
10+
- "2"
711
- "3"
812
author: StackStorm, Inc.
913

0 commit comments

Comments
 (0)