From 2a4df44c2147879bb2e08d95b51731ca7a5442d1 Mon Sep 17 00:00:00 2001 From: bdhimes Date: Thu, 30 Oct 2025 21:45:18 +0200 Subject: [PATCH 1/2] Updates size monitor to include py 3.14 --- .github/workflows/monitor_requirements_size_master.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/monitor_requirements_size_master.yml b/.github/workflows/monitor_requirements_size_master.yml index e9efa8dcd3..0a43238e56 100644 --- a/.github/workflows/monitor_requirements_size_master.yml +++ b/.github/workflows/monitor_requirements_size_master.yml @@ -19,7 +19,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - python-version: ["3.9", "3.10", "3.11", "3.12", "3.13"] + python-version: ["3.9", "3.10", "3.11", "3.12", "3.13", "3.14"] outputs: py39: ${{ steps.set-output.outputs.py39 }} py310: ${{ steps.set-output.outputs.py310 }} From 767c3e40c7b2e1d5108cc7ac6ef863fa4ceddaef Mon Sep 17 00:00:00 2001 From: bdhimes Date: Thu, 30 Oct 2025 21:50:59 +0200 Subject: [PATCH 2/2] Updates size monitor to include py 3.14 --- .github/workflows/monitor_requirements_size_master.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/monitor_requirements_size_master.yml b/.github/workflows/monitor_requirements_size_master.yml index 0a43238e56..e44b9ea431 100644 --- a/.github/workflows/monitor_requirements_size_master.yml +++ b/.github/workflows/monitor_requirements_size_master.yml @@ -26,6 +26,7 @@ jobs: py311: ${{ steps.set-output.outputs.py311 }} py312: ${{ steps.set-output.outputs.py312 }} py313: ${{ steps.set-output.outputs.py313 }} + py314: ${{ steps.set-output.outputs.py314 }} steps: - uses: actions/checkout@v4 @@ -52,6 +53,7 @@ jobs: 3.11) echo "py311=$SIZE" >> $GITHUB_OUTPUT ;; 3.12) echo "py312=$SIZE" >> $GITHUB_OUTPUT ;; 3.13) echo "py313=$SIZE" >> $GITHUB_OUTPUT ;; + 3.14) echo "py314=$SIZE" >> $GITHUB_OUTPUT ;; esac comment-on-pr: @@ -69,6 +71,7 @@ jobs: "3.11": "${{ needs.measure-venv.outputs.py311 || 'N/A' }}", "3.12": "${{ needs.measure-venv.outputs.py312 || 'N/A' }}", "3.13": "${{ needs.measure-venv.outputs.py313 || 'N/A' }}", + "3.14": "${{ needs.measure-venv.outputs.py314 || 'N/A' }}", }; const body = [