From ee1deb81f33a78a29555af8517019b35c07e67b2 Mon Sep 17 00:00:00 2001 From: Andreas Kloeckner Date: Sun, 28 Jun 2026 15:19:44 -0500 Subject: [PATCH 1/3] Bump bpr python version to 3.12 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index e6da813..ea32f32 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -45,5 +45,5 @@ reportUnreachable = "hint" # we care about at this moment. # https://github.com/microsoft/pyright/issues/746 reportImportCycles = "none" -pythonVersion = "3.10" +pythonVersion = "3.12" pythonPlatform = "All" From 240ef974b83b5729407fd001c5054166e40fcc91 Mon Sep 17 00:00:00 2001 From: Andreas Kloeckner Date: Sun, 28 Jun 2026 15:19:52 -0500 Subject: [PATCH 2/3] Bpr exclude .venv --- pyproject.toml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/pyproject.toml b/pyproject.toml index ea32f32..b089426 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -47,3 +47,7 @@ reportUnreachable = "hint" reportImportCycles = "none" pythonVersion = "3.12" pythonPlatform = "All" + +exclude = [ + ".venv", +] From 615cc62d9147e9e4ed5852cbd0ed622da4bb9148 Mon Sep 17 00:00:00 2001 From: Andreas Kloeckner Date: Sun, 28 Jun 2026 15:19:58 -0500 Subject: [PATCH 3/3] Git ignore .venv --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index f3f96ee..e62dda0 100644 --- a/.gitignore +++ b/.gitignore @@ -19,3 +19,4 @@ distribute*tar.gz *.log .cache +.venv