Skip to content

Commit e8a8039

Browse files
committed
Update Django to 4.0
1 parent 0991623 commit e8a8039

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,10 @@ jobs:
99

1010
steps:
1111
- uses: actions/checkout@v1
12-
- name: Set up Python 3.7
12+
- name: Set up Python 3.9
1313
uses: actions/setup-python@v1
1414
with:
15-
python-version: 3.7
15+
python-version: 3.9
1616
- name: Install dependencies
1717
run: |
1818
python -m pip install --upgrade pip

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
-e git+git://github.com/fredj/cssmin.git@master#egg=cssmin
2-
Django==3.2.8
2+
Django==4.0
33
IPy==1.1
44
Markdown==3.3.4
55
bencode.py==4.0.0

0 commit comments

Comments
 (0)