Skip to content

Commit 33eff27

Browse files
committed
exclude 3.13 and psycopg2 because of upstream issue
1 parent 000b19a commit 33eff27

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/test.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,10 @@ jobs:
7474
- python-version: '3.13.0-rc.1'
7575
django-version: '4.2'
7676

77+
# https://github.com/psycopg/psycopg2/pull/1695
78+
- python-version: '3.13.0-rc.1'
79+
psycopg-version: 'psycopg2'
80+
7781
- django-version: '3.2'
7882
drf-version: '^3.15'
7983
- django-version: '4.2'

0 commit comments

Comments
 (0)