Skip to content

Commit d9f4571

Browse files
authored
[deps] Dropped Python 3.7 & reformatted openwisp.css
1 parent aee8e9c commit d9f4571

File tree

3 files changed

+5
-12
lines changed

3 files changed

+5
-12
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,6 @@ jobs:
2828
- django~=3.2.0
2929
- django~=4.1.0
3030
- django~=4.2.0
31-
include:
32-
- django-version: django~=3.2.0
33-
python-version: 3.7
3431

3532
steps:
3633
- uses: actions/checkout@v2

openwisp_utils/admin_theme/static/admin/css/openwisp.css

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -296,17 +296,16 @@ The following CSS reverts those changes*/
296296
text-align: right;
297297
display: block;
298298
}
299-
300299
#main .submit-row input {
301-
margin: 0 0 5px 5px;
300+
margin: 0 0 5px 5px;
302301
}
303302
#main .submit-row input.default {
304-
margin: 0 0 5px 8px;
305-
float: right;
303+
margin: 0 0 5px 8px;
304+
float: right;
306305
}
307306
.submit-row p.deletelink-box {
308-
float: left;
309-
margin: 0;
307+
float: left;
308+
margin: 0;
310309
}
311310

312311
/* temporary frontend fix */

setup.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -46,9 +46,6 @@
4646
'django-compress-staticfiles~=1.0.1b',
4747
'django-admin-autocomplete-filter~=0.7.1',
4848
'swapper~=1.3.0',
49-
# TODO: Remove when dropping support for Python 3.7
50-
# For info, read https://stackoverflow.com/questions/73929564/
51-
'importlib-metadata<5.0',
5249
],
5350
extras_require={
5451
'qa': [

0 commit comments

Comments
 (0)