Skip to content

Commit 185e7a6

Browse files
committed
fix: sqlite build on django main
Latest Django main will only support Python3.12+, so 3.11 won't work
1 parent 530c5b1 commit 185e7a6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -183,7 +183,7 @@ jobs:
183183
strategy:
184184
fail-fast: false
185185
matrix:
186-
python-version: [ "3.11" ]
186+
python-version: [ "3.12" ]
187187
cms-version: [
188188
'https://github.com/django-cms/django-cms/archive/develop-4.tar.gz'
189189
]

0 commit comments

Comments
 (0)