From 1cc6ac0ff710caf6aac9fdca6d922381613dd2c2 Mon Sep 17 00:00:00 2001 From: Paolo Melchiorre Date: Tue, 5 Nov 2024 11:17:20 +0100 Subject: [PATCH] Added Python 3.13. --- asv.conf.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/asv.conf.json b/asv.conf.json index 500d1e45f8..4405d87d4a 100644 --- a/asv.conf.json +++ b/asv.conf.json @@ -11,5 +11,5 @@ "environment_type": "conda", "conda_channels": ["conda-forge", "defaults"], "show_commit_url": "http://github.com/django/django/commit/", - "pythons": ["3.10", "3.11", "3.12"] + "pythons": ["3.10", "3.11", "3.12", "3.13"] }