From df1d544816cd49dceee704950cbed3150590e83e Mon Sep 17 00:00:00 2001 From: the Mulhern Date: Thu, 23 Oct 2025 12:17:06 -0400 Subject: [PATCH 1/2] Increase CURRENT DEVELOPMENT ENVIRONMENT to Fedora 42 Signed-off-by: the Mulhern --- .github/workflows/main.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 7ff6d62..e252417 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -40,7 +40,7 @@ jobs: - dependencies: python python3-build twine task: make -f Makefile package runs-on: ubuntu-latest - container: fedora:41 # CURRENT DEVELOPMENT ENVIRONMENT + container: fedora:42 # CURRENT DEVELOPMENT ENVIRONMENT steps: - uses: actions/checkout@v5 with: @@ -62,7 +62,7 @@ jobs: python3-justbases task: PYTHONPATH=./src make -f Makefile test runs-on: ubuntu-latest - container: fedora:41 # CURRENT DEVELOPMENT ENVIRONMENT + container: fedora:42 # CURRENT DEVELOPMENT ENVIRONMENT steps: - name: Install python3.12 run: > From b8e267876637f77e20b5e005bcbd44fefdcdbac0 Mon Sep 17 00:00:00 2001 From: the Mulhern Date: Thu, 23 Oct 2025 12:18:23 -0400 Subject: [PATCH 2/2] setup.cfg: Set python_requires value to 3.12 Signed-off-by: the Mulhern --- setup.cfg | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.cfg b/setup.cfg index e40ef4f..f934029 100644 --- a/setup.cfg +++ b/setup.cfg @@ -22,6 +22,7 @@ classifiers = Topic :: System :: Operating System Kernels :: Linux [options] +python_requires = >=3.12 install_requires = justbases>=0.13