From 6b9a6f84c342608cc8817e33556629fb5a4c7110 Mon Sep 17 00:00:00 2001 From: Mike Auty Date: Thu, 29 Jan 2026 20:39:09 +0000 Subject: [PATCH 1/2] Bump year for copyrights to 2026 --- README.md | 2 +- doc/source/conf.py | 7 +++---- 2 files changed, 4 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 79401a18f..8c5332a90 100644 --- a/README.md +++ b/README.md @@ -96,7 +96,7 @@ The latest generated copy of the documentation can be found at: Date: Thu, 29 Jan 2026 21:04:51 +0000 Subject: [PATCH 2/2] Add arrow support to pyinstaller build --- .github/workflows/build-pyinstaller.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-pyinstaller.yml b/.github/workflows/build-pyinstaller.yml index 7d9d86fb0..a667eed03 100644 --- a/.github/workflows/build-pyinstaller.yml +++ b/.github/workflows/build-pyinstaller.yml @@ -28,7 +28,7 @@ jobs: run: | python -m pip install --upgrade pip pip install pyinstaller - pip install -e .[full,cloud] + pip install -e .[full,cloud,arrow] - name: Pyinstall executable run: |