Skip to content

Commit

Permalink
django 3.2.18 (#227)
Browse files Browse the repository at this point in the history
* django 3.2.18 and  github action python27
  • Loading branch information
boyang2022 authored Apr 12, 2023
1 parent d3af817 commit 21cca10
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/pre-commit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v2
with:
python-version: '2.7'
- uses: actions/setup-python@v4
with:
python-version: "3.7"
Expand Down
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ repos:
- id: blacken-docs
additional_dependencies: [black]
- repo: https://github.com/pycqa/isort
rev: 5.10.1
rev: 5.11.5
hooks:
- id: isort
name: isort (python)
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ classifiers = [

dependencies = [
"pyaedt==0.6.25",
"Django==3.2.8",
"Django==3.2.18",
"tomli>=2.0.0",
]

Expand Down

0 comments on commit 21cca10

Please sign in to comment.