mirror of
https://github.com/django/django.git
synced 2025-11-07 07:15:35 +00:00
Refs #33173 -- Used Python 3.11 for GitHub actions.
This commit is contained in:
4
.github/workflows/linters.yml
vendored
4
.github/workflows/linters.yml
vendored
@@ -27,7 +27,7 @@ jobs:
|
||||
- name: Set up Python
|
||||
uses: actions/setup-python@v4
|
||||
with:
|
||||
python-version: '3.10'
|
||||
python-version: '3.11'
|
||||
- run: python -m pip install flake8
|
||||
- name: flake8
|
||||
# Pinned to v1.0.2.
|
||||
@@ -44,7 +44,7 @@ jobs:
|
||||
- name: Set up Python
|
||||
uses: actions/setup-python@v4
|
||||
with:
|
||||
python-version: '3.10'
|
||||
python-version: '3.11'
|
||||
- run: python -m pip install isort
|
||||
- name: isort
|
||||
# Pinned to v1.0.2.
|
||||
|
||||
Reference in New Issue
Block a user