Skip to content

Commit 6beae67

Browse files
authored
update package (#37)
1 parent 710600b commit 6beae67

File tree

7 files changed

+467
-734
lines changed

7 files changed

+467
-734
lines changed

.github/workflows/ci.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
runs-on: ubuntu-latest
99
strategy:
1010
matrix:
11-
python-version: [3.7]
11+
python-version: [3.9]
1212
steps:
1313
- uses: actions/checkout@v2
1414
- name: Set up Python ${{ matrix.python-version }}
@@ -27,9 +27,9 @@ jobs:
2727
needs: [build]
2828
strategy:
2929
matrix:
30-
python-version: [3.6, 3.7, 3.8, 3.9]
31-
node-version: [14.x, 16.x]
32-
django-version: [2.2, 3.2]
30+
python-version: [3.8, 3.9]
31+
node-version: [16.x, 18.x]
32+
django-version: [3.2, 4.0]
3333
steps:
3434
- uses: actions/checkout@v2
3535
- name: Use Node.js ${{ matrix.node-version }}
@@ -60,9 +60,9 @@ jobs:
6060
needs: [build]
6161
strategy:
6262
matrix:
63-
python-version: [3.6, 3.7, 3.8, 3.9]
64-
node-version: [14.x, 16.x]
65-
flask-version: [1.1.4, 2.0.1]
63+
python-version: [3.7, 3.8, 3.9]
64+
node-version: [16.x, 18.x]
65+
flask-version: [1.1.4, 2.2.2]
6666
steps:
6767
- uses: actions/checkout@v2
6868
- name: Use Node.js ${{ matrix.node-version }}

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ repos:
2121
hooks:
2222
- id: isort
2323

24-
- repo: https://gitlab.com/pycqa/flake8
24+
- repo: https://github.com/PyCQA/flake8
2525
rev: 3.7.9
2626
hooks:
2727
- id: flake8

docs/setup_with_django.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,9 +72,9 @@ frontend
7272

7373
```bash
7474
$ node -v
75-
v16.13.1
75+
v18.12.1
7676
$ npm -v
77-
8.1.2
77+
8.19.2
7878
```
7979

8080
Now go to `frontend`

docs/setup_with_flask.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,9 +61,9 @@ frontend
6161

6262
```bash
6363
$ node -v
64-
v16.13.1
64+
v18.12.1
6565
$ npm -v
66-
8.1.2
66+
8.19.2
6767
```
6868

6969
Now go to `frontend`
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
lts/gallium
1+
lts/hydrogen

0 commit comments

Comments
 (0)