Skip to content

Commit

Permalink
fix: sqlite build on django main
Browse files Browse the repository at this point in the history
Latest Django main will only support Python3.12+, so 3.11 won't work
  • Loading branch information
vinitkumar committed Mar 5, 2025
1 parent 530c5b1 commit 185e7a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: [ "3.11" ]
python-version: [ "3.12" ]
cms-version: [
'https://github.com/django-cms/django-cms/archive/develop-4.tar.gz'
]
Expand Down

0 comments on commit 185e7a6

Please sign in to comment.