Skip to content

Commit 291e541

Browse files
committed
more...
1 parent 8f26903 commit 291e541

File tree

1 file changed

+15
-20
lines changed

1 file changed

+15
-20
lines changed

.github/workflows/main.yml

Lines changed: 15 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -59,26 +59,21 @@ jobs:
5959
allow_failure: false
6060
use_factor: True
6161

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
8277
steps:
8378
- uses: actions/checkout@v4
8479
with:

0 commit comments

Comments
 (0)