Skip to content

Commit 83ba380

Browse files
committed
Roll back 3.13 test suite addition
1 parent fe2eca4 commit 83ba380

2 files changed

Lines changed: 1 addition & 2 deletions

File tree

.github/workflows/main.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@ jobs:
2323
- "3.10"
2424
- "3.11"
2525
- "3.12"
26-
- "3.13"
2726

2827
services:
2928
elasticsearch:

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
isolated_build = True
33
envlist =
44
{py39,py310,py311,py312,py313}-django{40,41,42},
5-
{py310,py311,py312,py313}-django{50a},
5+
{py310,py311,py312}-django{50a},
66
[testenv]
77
passenv =
88
ELASTICSEARCH_URL

0 commit comments

Comments
 (0)