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

Refs #35844 -- Added Python 3.14 to daily builds.

This commit is contained in:
Mariusz Felisiak
2024-10-17 03:19:17 +02:00
committed by GitHub
parent 438fc42ac6
commit 48fa531fbc
2 changed files with 3 additions and 2 deletions

View File

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