Skip to content

Commit b6e3898

Browse files
committed
start of workflow-refactors-2025-01-21-y9m254 πŸͺ„ - kamangir/bolt#746
1 parent 654c79b commit b6e3898

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

β€Ž.github/workflows/pylint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
if: "! contains(github.event.head_commit.message, 'no-workflow')"
99
strategy:
1010
matrix:
11-
python-version: ["3.8", "3.9", "3.10"]
11+
python-version: ["3.10"]
1212
steps:
1313
- uses: actions/checkout@v3
1414
- name: Set up Python ${{ matrix.python-version }}

β€Ž.github/workflows/pytest.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
if: "! contains(github.event.head_commit.message, 'no-workflow')"
1717
strategy:
1818
matrix:
19-
python-version: ["3.8", "3.9", "3.10"]
19+
python-version: ["3.10"]
2020
steps:
2121
- uses: actions/checkout@v3
2222
- name: Set up Python ${{ matrix.python-version }}

β€ŽREADME.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,4 +46,4 @@ pip install blue-plugin
4646

4747
[![pylint](https://github.com/kamangir/blue-plugin/actions/workflows/pylint.yml/badge.svg)](https://github.com/kamangir/blue-plugin/actions/workflows/pylint.yml) [![pytest](https://github.com/kamangir/blue-plugin/actions/workflows/pytest.yml/badge.svg)](https://github.com/kamangir/blue-plugin/actions/workflows/pytest.yml) [![bashtest](https://github.com/kamangir/blue-plugin/actions/workflows/bashtest.yml/badge.svg)](https://github.com/kamangir/blue-plugin/actions/workflows/bashtest.yml) [![PyPI version](https://img.shields.io/pypi/v/blue-plugin.svg)](https://pypi.org/project/blue-plugin/) [![PyPI - Downloads](https://img.shields.io/pypi/dd/blue-plugin)](https://pypistats.org/packages/blue-plugin)
4848

49-
built by πŸŒ€ [`blue_options-4.192.1`](https://github.com/kamangir/awesome-bash-cli), based on πŸŒ€ [`blue_plugin-3.208.1`](https://github.com/kamangir/blue-plugin).
49+
built by πŸŒ€ [`blue_options-4.192.1`](https://github.com/kamangir/awesome-bash-cli), based on πŸŒ€ [`blue_plugin-3.209.1`](https://github.com/kamangir/blue-plugin).

β€Žblue_plugin/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
DESCRIPTION = f"{ICON} a git template for an awesome-bash-cli plugin."
66

7-
VERSION = "3.208.1"
7+
VERSION = "3.209.1"
88

99
REPO_NAME = "blue-plugin"
1010

0 commit comments

Comments
Β (0)