File tree 2 files changed +5
-5
lines changed
2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 12
12
- ' 3.2' # LTS April 2024
13
13
- ' 4.2' # LTS April 2026
14
14
- ' 5.0' # April 2025
15
- - ' 5.1rc1 ' # December 2025
15
+ - ' 5.1 ' # December 2025
16
16
exclude :
17
17
- python-version : ' 3.7'
18
18
django-version : ' 5.0'
@@ -27,11 +27,11 @@ jobs:
27
27
- python-version : ' 3.12'
28
28
django-version : ' 3.2'
29
29
- python-version : ' 3.7'
30
- django-version : ' 5.1rc1 '
30
+ django-version : ' 5.1 '
31
31
- python-version : ' 3.8'
32
- django-version : ' 5.1rc1 '
32
+ django-version : ' 5.1 '
33
33
- python-version : ' 3.9'
34
- django-version : ' 5.1rc1 '
34
+ django-version : ' 5.1 '
35
35
36
36
steps :
37
37
- uses : actions/checkout@v4
Original file line number Diff line number Diff line change @@ -3730,7 +3730,7 @@ def test_single_field_benchmark(self):
3730
3730
)
3731
3731
# tends to be about 1.8x slower
3732
3732
self .assertTrue ((enum_time / choice_time ) < 2.5 )
3733
- self .assertTrue ((no_coerce_time / choice_time ) < 2 )
3733
+ self .assertTrue ((no_coerce_time / choice_time ) < 2.2 )
3734
3734
3735
3735
3736
3736
class ExampleTests (TestCase ): # pragma: no cover - why is this necessary?
You can’t perform that action at this time.
0 commit comments