Skip to content

Commit 6ef6e47

Browse files
committed
Run tests with py3.12
1 parent 72c81bc commit 6ef6e47

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ jobs:
151151
strategy:
152152
fail-fast: false
153153
matrix:
154-
python-version: ['3.13']
154+
python-version: ['3.12']
155155
requirements-file: ['dj52_cms50.txt']
156156
cms-version: [
157157
'https://github.com/django-cms/django-cms/archive/main.tar.gz'
@@ -186,7 +186,7 @@ jobs:
186186
strategy:
187187
fail-fast: false
188188
matrix:
189-
python-version: [ "3.13" ]
189+
python-version: [ "3.12" ]
190190
cms-version: [
191191
'https://github.com/django-cms/django-cms/archive/main.tar.gz'
192192
]

0 commit comments

Comments
 (0)