Skip to content

Commit 4f8be05

Browse files
committed
Fixed selenium tests for CI by using psycopg for Python 3.13 runs.
1 parent af7bfb8 commit 4f8be05

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ jobs:
8989
- python-version: '3.13'
9090
database: postgis3
9191
- python-version: '3.13'
92-
database: postgresql
92+
database: psycopg3
9393
env:
9494
DJANGO_SELENIUM_TESTS=true
9595

docs/changes.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ Pending
1010
statement's scope on the installation documentation.
1111
* Changed ``StoredDebugToolbar.from_store`` to always create a panel key and
1212
class instance, regardless if any data was generated.
13+
* Fixed selenium tests for CI by using psycopg for Python 3.13 runs.
1314

1415
6.0.0 (2025-07-22)
1516
------------------

0 commit comments

Comments
 (0)