Skip to content

Commit

Permalink
update(project): check to see if there is a problem with python version.
Browse files Browse the repository at this point in the history
  • Loading branch information
CapooL committed Mar 11, 2024
1 parent 3f4d123 commit 1851c15
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/lint-changed-files.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- name: Set up Python 3.8
uses: actions/setup-python@v3
with:
python-version: "3.8"
python-version: "3.10"

- name: Install dependencies
run: |
Expand Down
2 changes: 1 addition & 1 deletion hinghwa-dict-backend/HinghwaDict/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -314,4 +314,4 @@
SIMPLEUI_HOME_INFO = False
SIMPLEUI_HOME_ACTION = False
SIMPLEUI_ANALYSIS = False
DEFAULT_AUTO_FIELD = 'django.db.models.AutoField'
DEFAULT_AUTO_FIELD = "django.db.models.AutoField"

0 comments on commit 1851c15

Please sign in to comment.