mirror of
https://github.com/boostorg/website-v2.git
synced 2026-01-19 04:42:17 +00:00
Use Python 3.11 for pre-commit and GitHub actions
This proposal follows a comment from Frank in issue #211 where he mentioned he moved the backend code/web docker image to 3.11.
This commit is contained in:
8
.github/workflows/actions.yml
vendored
8
.github/workflows/actions.yml
vendored
@@ -34,10 +34,10 @@ jobs:
|
||||
with:
|
||||
fetch-depth: 0
|
||||
|
||||
- name: Set up Python 3.9
|
||||
- name: Set up Python 3.11
|
||||
uses: actions/setup-python@v4
|
||||
with:
|
||||
python-version: 3.9
|
||||
python-version: 3.11
|
||||
|
||||
- uses: actions/cache@v3
|
||||
with:
|
||||
@@ -81,10 +81,10 @@ jobs:
|
||||
run: |
|
||||
git fetch --depth=1 origin +refs/tags/*:refs/tags/* || true
|
||||
|
||||
- name: Set up Python 3.9
|
||||
- name: Set up Python 3.11
|
||||
uses: actions/setup-python@v4
|
||||
with:
|
||||
python-version: 3.9
|
||||
python-version: 3.11
|
||||
|
||||
- name: Install Python dependencies
|
||||
run: |
|
||||
|
||||
Reference in New Issue
Block a user