File tree Expand file tree Collapse file tree 1 file changed +15
-20
lines changed Expand file tree Collapse file tree 1 file changed +15
-20
lines changed Original file line number Diff line number Diff line change @@ -59,26 +59,21 @@ jobs:
59
59
allow_failure : false
60
60
use_factor : True
61
61
62
- # - name: py313-sqlite-coverage
63
- # python: '3.13'
64
- # allow_failure: true
65
-
66
- # - name: py313-dj52-sqlite-coverage
67
- # python: '3.13'
68
- # allow_failure: true
69
-
70
- # - name: py312-dj51-sqlite-xdist-coverage
71
- # python: '3.12'
72
- # allow_failure: false
73
-
74
- # - name: py313-mysql-xdist-coverage
75
- # python: '3.13'
76
- # allow_failure: false
77
-
78
- # # pypy3: not included with coverage reports (much slower then).
79
- # - name: pypy3-dj42-postgres
80
- # python: 'pypy3.9'
81
- # allow_failure: false
62
+ - name : py313-postgres-xdist-coverage
63
+ python : ' 3.13'
64
+ allow_failure : false
65
+ use_factor : True
66
+
67
+ - name : py313-mysql-xdist-coverage
68
+ python : ' 3.13'
69
+ allow_failure : false
70
+ use_factor : True
71
+
72
+ # pypy3: not included with coverage reports (much slower then).
73
+ - name : pypy3-djmain-sqlite
74
+ python : ' pypy3.9'
75
+ allow_failure : false
76
+ use_factor : False
82
77
steps :
83
78
- uses : actions/checkout@v4
84
79
with :
You can’t perform that action at this time.
0 commit comments