1
0
mirror of https://github.com/django/django.git synced 2025-11-07 07:15:35 +00:00

Refs #34118 -- Used Python 3.12 for GitHub actions.

This commit is contained in:
Mariusz Felisiak
2023-11-18 16:58:25 +01:00
committed by GitHub
parent 911b1619ab
commit 19c4052f98
6 changed files with 21 additions and 13 deletions

View File

@@ -27,7 +27,7 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v4
with:
python-version: '3.11'
python-version: '3.12'
- run: python -m pip install flake8
- name: flake8
# Pinned to v2.0.0.
@@ -44,7 +44,7 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v4
with:
python-version: '3.11'
python-version: '3.12'
- run: python -m pip install isort
- name: isort
# Pinned to v2.0.0.