From 1c0eb6edf94e4a9b15201c2703d5f725ba4b9add Mon Sep 17 00:00:00 2001 From: Dylan McReynolds Date: Wed, 12 Aug 2026 10:44:43 -0700 Subject: [PATCH 1/2] upgrade tiled to 0.2.15 --- Containerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Containerfile b/Containerfile index ffb78de..8c8f9fb 100755 --- a/Containerfile +++ b/Containerfile @@ -1,4 +1,4 @@ -FROM ghcr.io/bluesky/tiled:0.2.8 AS base +FROM ghcr.io/bluesky/tiled:0.2.15 AS base # uv is a statically-linked Rust binary — no shared-library mprotect call, # so it works under rootless Podman where `pip` (glibc RELRO) fails. From c61ea7163a7c8161f6facc2c952b830e68842afa Mon Sep 17 00:00:00 2001 From: Dylan McReynolds Date: Wed, 12 Aug 2026 10:50:37 -0700 Subject: [PATCH 2/2] mypi and ci just use 3.12 --- .github/workflows/ci-cd.yml | 2 +- .mypy.ini | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci-cd.yml b/.github/workflows/ci-cd.yml index a7b5516..6e156dd 100755 --- a/.github/workflows/ci-cd.yml +++ b/.github/workflows/ci-cd.yml @@ -50,7 +50,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - python-version: ["3.11", "3.12", "3.13"] + python-version: ["3.12"] steps: - uses: actions/checkout@v4 diff --git a/.mypy.ini b/.mypy.ini index 59c91fd..6b46f35 100644 --- a/.mypy.ini +++ b/.mypy.ini @@ -1,5 +1,5 @@ [mypy] -python_version = 3.11 +python_version = 3.12 mypy_path = src ignore_errors = True ignore_missing_imports = True