Skip to content

Commit

Permalink
Add Dashboard Support #72: CI && Pack bump
Browse files Browse the repository at this point in the history
The latest versions of the `jira` library require `python >= 3.8`. In
light of the fact that `StackStorm` is going to shed support for
`python3.6` (which is EOL
https://www.python.org/downloads/release/python-360/) this pack is
updating to stop testing `3.6` and bumping the pack to the next major
version to signal a potentially breaking change.
  • Loading branch information
jpavlav committed Mar 26, 2024
1 parent 22ad346 commit 495ed68
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build_and_test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,3 +15,4 @@ jobs:
enable-common-libs: true
#apt-cache-version: v0
#py-cache-version: v0
python-version: '["3.8", "3.9", "3.10", "3.11"]'
10 changes: 5 additions & 5 deletions pack.yaml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
---
ref: jira
name : jira
description : Jira integrations
name: jira
description: Jira integrations
keywords:
- issues
- ticket management
- project management
version: 2.7.0
version: 3.0.0
python_versions:
- "3"
author : StackStorm, Inc.
email : info@stackstorm.com
author: StackStorm, Inc.
email: info@stackstorm.com

0 comments on commit 495ed68

Please sign in to comment.