1
0
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:
Mariusz Felisiak
2022-10-25 05:34:09 +02:00
parent 80777d30b3
commit 2e82fa54ca
4 changed files with 5 additions and 5 deletions

View File

@@ -23,7 +23,7 @@ jobs:
strategy:
matrix:
python-version:
- '3.10'
- '3.11'
name: Windows, SQLite, Python ${{ matrix.python-version }}
steps:
- name: Checkout