build: Update dispatch workflows to also run with 3.11

This commit is contained in:
Feanil Patel
2024-06-11 10:15:52 -04:00
parent 63ff4966b9
commit 3660503d2d
2 changed files with 2 additions and 2 deletions

View File

@@ -26,7 +26,7 @@ jobs:
- name: Set up Python environment
uses: actions/setup-python@v5
with:
python-version: "3.8"
python-version: "3.11"
- name: Run make compile-requirements
env:

View File

@@ -39,7 +39,7 @@ jobs:
- name: Set up Python environment
uses: actions/setup-python@v5
with:
python-version: "3.8"
python-version: "3.11"
- name: Update any pinned dependencies
env: