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 5b908ba commit d7c3a12Copy full SHA for d7c3a12
.github/workflows/tests.yml
@@ -29,11 +29,6 @@ jobs:
29
fail-fast: false
30
matrix:
31
include:
32
- - crdb-version: v22.2.14
33
34
- use_psycopg2: psycopg2
35
36
- use_server_side_binding: server_side_binding
37
- crdb-version: v23.1.11
38
39
use_psycopg2: psycopg2
django_cockroachdb/features.py
@@ -5,7 +5,7 @@
5
6
7
class DatabaseFeatures(PostgresDatabaseFeatures):
8
- minimum_database_version = (22, 1)
+ minimum_database_version = (23, 1)
9
10
# Cloning databases doesn't speed up tests.
11
# https://github.com/cockroachdb/django-cockroachdb/issues/206
0 commit comments