Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Fixed selenium tests for CI by using psycopg for Python 3.13 runs.
  • Loading branch information
tim-schilling committed Sep 12, 2025
commit 4f8be05a55fee3819676a2890f081c61a15158c6
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ jobs:
- python-version: '3.13'
database: postgis3
- python-version: '3.13'
database: postgresql
database: psycopg3
env:
DJANGO_SELENIUM_TESTS=true

Expand Down
1 change: 1 addition & 0 deletions docs/changes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ Pending
statement's scope on the installation documentation.
* Changed ``StoredDebugToolbar.from_store`` to always create a panel key and
class instance, regardless if any data was generated.
* Fixed selenium tests for CI by using psycopg for Python 3.13 runs.

6.0.0 (2025-07-22)
------------------
Expand Down
Loading