Skip to content

Commit

Permalink
Use Python 3.11 instead of 3.8 for some CI steps
Browse files Browse the repository at this point in the history
  • Loading branch information
jwkaltz committed Oct 25, 2023
1 parent 64e8acd commit 3dd03ca
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -114,10 +114,10 @@ jobs:
needs: [lint, gitattributes]
steps:
- uses: actions/checkout@master
- name: Set up Python 3.8
- name: Set up Python 3.11
uses: actions/setup-python@v4
with:
python-version: 3.8
python-version: 3.11
- name: Install pypa/build
run: >-
python -m
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/daily_check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -55,10 +55,10 @@ jobs:
env:
PYTHON_TEST_VERSION: ${{ matrix.python-version }}
run: make tests
- name: Set up Python 3.8
- name: Set up Python 3.11
uses: actions/setup-python@v4
with:
python-version: 3.8
python-version: 3.11
- name: Install pypa/build
run: >-
python -m
Expand Down

0 comments on commit 3dd03ca

Please sign in to comment.