We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent af7bfb8 commit 4f8be05Copy full SHA for 4f8be05
.github/workflows/test.yml
@@ -89,7 +89,7 @@ jobs:
89
- python-version: '3.13'
90
database: postgis3
91
92
- database: postgresql
+ database: psycopg3
93
env:
94
DJANGO_SELENIUM_TESTS=true
95
docs/changes.rst
@@ -10,6 +10,7 @@ Pending
10
statement's scope on the installation documentation.
11
* Changed ``StoredDebugToolbar.from_store`` to always create a panel key and
12
class instance, regardless if any data was generated.
13
+* Fixed selenium tests for CI by using psycopg for Python 3.13 runs.
14
15
6.0.0 (2025-07-22)
16
------------------
0 commit comments