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

Refs #34900 -- Added Python 3.13 to daily builds.

This commit is contained in:
Mariusz Felisiak
2023-11-20 19:52:56 +01:00
committed by GitHub
parent f1697ec7c8
commit 00a950f923
2 changed files with 4 additions and 3 deletions

View File

@@ -19,6 +19,7 @@ jobs:
- '3.10'
- '3.11'
- '3.12'
- '3.13-dev'
name: Windows, SQLite, Python ${{ matrix.python-version }}
continue-on-error: true
steps: