build: Update dispatch workflows to also run with 3.11
This commit is contained in:
@@ -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:
|
||||
|
||||
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user