From af9951c5cdf6724ac5a85d858ac8429e830e4c01 Mon Sep 17 00:00:00 2001 From: "Larry Smith Jr." Date: Wed, 8 Apr 2026 10:00:48 -0400 Subject: [PATCH] =?UTF-8?q?ci:=20update=20Python=203.9=E2=86=923.11?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/molecule.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/molecule.yml b/.github/workflows/molecule.yml index e22dfa2..4fb1a92 100644 --- a/.github/workflows/molecule.yml +++ b/.github/workflows/molecule.yml @@ -1,4 +1,3 @@ ---- name: Molecule on: push: @@ -17,7 +16,7 @@ jobs: fail-fast: false max-parallel: 4 matrix: - python-version: [3.9] + python-version: ["3.11"] steps: - uses: actions/checkout@v4