From b9a87b21cefc3535a0eec5256c33cc2f5a363761 Mon Sep 17 00:00:00 2001 From: mulhern Date: Wed, 22 Apr 2026 10:21:31 -0400 Subject: [PATCH 1/3] Reformat with black 25.1.0 Signed-off-by: mulhern --- src/stratis_cli/_version.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/stratis_cli/_version.py b/src/stratis_cli/_version.py index 9d9aff71c..cd51a928d 100644 --- a/src/stratis_cli/_version.py +++ b/src/stratis_cli/_version.py @@ -12,9 +12,9 @@ # See the License for the specific language governing permissions and # limitations under the License. """ - Version information. +Version information. - .. moduleauthor:: mulhern +.. moduleauthor:: mulhern """ __version_info__ = (3, 9, 0) From c8c204f27b52c67f8fdbb707f5f1f4dd5069b957 Mon Sep 17 00:00:00 2001 From: mulhern Date: Tue, 21 Apr 2026 20:09:14 -0400 Subject: [PATCH 2/3] Increase CURRENT DEVELOPMENT ENVIRONMENT to Fedora 43 Signed-off-by: mulhern --- .github/workflows/main.yml | 8 ++++---- .github/workflows/support.yml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index e70bbf174..69aef0c5b 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -50,7 +50,7 @@ jobs: make -f Makefile fmt-ci runs-on: ubuntu-latest container: - image: quay.io/fedora/fedora:42 # CURRENT DEVELOPMENT ENVIRONMENT + image: quay.io/fedora/fedora:43 # CURRENT DEVELOPMENT ENVIRONMENT steps: - uses: actions/checkout@v6 with: @@ -72,7 +72,7 @@ jobs: check-typos: runs-on: ubuntu-latest container: - image: quay.io/fedora/fedora:42 # CURRENT DEVELOPMENT ENVIRONMENT + image: quay.io/fedora/fedora:43 # CURRENT DEVELOPMENT ENVIRONMENT steps: - name: Install dependencies run: > @@ -101,7 +101,7 @@ jobs: - python: "3.12" # LOWEST SUPPORTED PYTHON TOOLCHAIN runs-on: ubuntu-latest container: - image: quay.io/fedora/fedora:42 # CURRENT DEVELOPMENT ENVIRONMENT + image: quay.io/fedora/fedora:43 # CURRENT DEVELOPMENT ENVIRONMENT options: --privileged --userns=host --ipc=host -v /run/dbus/system_bus_socket:/run/dbus/system_bus_socket:ro -v /usr/share/dbus-1:/usr/share/dbus-1 steps: - uses: dtolnay/rust-toolchain@master @@ -177,7 +177,7 @@ jobs: needs: test-runs runs-on: ubuntu-latest container: - image: quay.io/fedora/fedora:42 # CURRENT DEVELOPMENT ENVIRONMENT + image: quay.io/fedora/fedora:43 # CURRENT DEVELOPMENT ENVIRONMENT options: --privileged --userns=host --ipc=host -v /run/dbus/system_bus_socket:/run/dbus/system_bus_socket:ro -v /usr/share/dbus-1:/usr/share/dbus-1 steps: - uses: actions/checkout@v6 diff --git a/.github/workflows/support.yml b/.github/workflows/support.yml index 4dbbb87ad..ac6979a6b 100644 --- a/.github/workflows/support.yml +++ b/.github/workflows/support.yml @@ -33,7 +33,7 @@ jobs: task: make -f Makefile yamllint runs-on: ubuntu-latest container: - image: quay.io/fedora/fedora:42 # CURRENT DEVELOPMENT ENVIRONMENT + image: quay.io/fedora/fedora:43 # CURRENT DEVELOPMENT ENVIRONMENT steps: - uses: actions/checkout@v6 with: From 3fe7b680d413ad58a5802364063d2c2984497b28 Mon Sep 17 00:00:00 2001 From: mulhern Date: Wed, 22 Apr 2026 10:48:06 -0400 Subject: [PATCH 3/3] Increase CURRENT DEVELOPMENT PYTHON TOOLCHAIN to 3.14 Signed-off-by: mulhern --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 69aef0c5b..2f1461014 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -97,7 +97,7 @@ jobs: strategy: matrix: include: - - python: "3.13" # CURRENT DEVELOPMENT PYTHON TOOLCHAIN + - python: "3.14" # CURRENT DEVELOPMENT PYTHON TOOLCHAIN - python: "3.12" # LOWEST SUPPORTED PYTHON TOOLCHAIN runs-on: ubuntu-latest container: