Skip to content

Commit 767c3e4

Browse files
committed
Updates size monitor to include py 3.14
1 parent 2a4df44 commit 767c3e4

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/monitor_requirements_size_master.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ jobs:
2626
py311: ${{ steps.set-output.outputs.py311 }}
2727
py312: ${{ steps.set-output.outputs.py312 }}
2828
py313: ${{ steps.set-output.outputs.py313 }}
29+
py314: ${{ steps.set-output.outputs.py314 }}
2930

3031
steps:
3132
- uses: actions/checkout@v4
@@ -52,6 +53,7 @@ jobs:
5253
3.11) echo "py311=$SIZE" >> $GITHUB_OUTPUT ;;
5354
3.12) echo "py312=$SIZE" >> $GITHUB_OUTPUT ;;
5455
3.13) echo "py313=$SIZE" >> $GITHUB_OUTPUT ;;
56+
3.14) echo "py314=$SIZE" >> $GITHUB_OUTPUT ;;
5557
esac
5658
5759
comment-on-pr:
@@ -69,6 +71,7 @@ jobs:
6971
"3.11": "${{ needs.measure-venv.outputs.py311 || 'N/A' }}",
7072
"3.12": "${{ needs.measure-venv.outputs.py312 || 'N/A' }}",
7173
"3.13": "${{ needs.measure-venv.outputs.py313 || 'N/A' }}",
74+
"3.14": "${{ needs.measure-venv.outputs.py314 || 'N/A' }}",
7275
};
7376
7477
const body = [

0 commit comments

Comments
 (0)