Skip to content

Commit

Permalink
fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
FinalAngel committed Feb 28, 2024
1 parent 49d4358 commit 42eefbc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/default.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: ["3.8", "3.9"]
python-version: ["3.11", "3.12"]
steps:
- uses: actions/checkout@v1
- name: Set up Python ${{ matrix.python-version }}
Expand Down
1 change: 1 addition & 0 deletions tests/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
HELPER_SETTINGS = {
'INSTALLED_APPS': [],
'SECRET_KEY': 'not-empty',
'CMS_CONFIRM_VERSION4': True,
'CMS_LANGUAGES': {
1: [{
'code': 'en',
Expand Down

0 comments on commit 42eefbc

Please sign in to comment.