File tree 5 files changed +214
-479
lines changed
5 files changed +214
-479
lines changed Original file line number Diff line number Diff line change 14
14
strategy :
15
15
matrix :
16
16
python-version :
17
- - 3.8
17
+ - 3.11
18
18
19
19
services :
20
20
redis :
68
68
strategy :
69
69
matrix :
70
70
python-version :
71
- - 3.8
71
+ - 3.11
72
72
73
73
steps :
74
74
- name : Set up repo
Original file line number Diff line number Diff line change 11
11
strategy :
12
12
matrix :
13
13
python-version :
14
- - 3.8
14
+ - 3.11
15
15
16
16
steps :
17
17
- name : Checkout repository
Original file line number Diff line number Diff line change @@ -9,19 +9,19 @@ channels = "~=4.1"
9
9
daphne = " ~=4.1"
10
10
gunicorn = " ~=22.0"
11
11
social-auth-app-django = " ~=5.4"
12
- requests = " ~=2.31 "
12
+ requests = " ~=2.32 "
13
13
psutil = " ~=5.9"
14
- celery = " ~=5.3.5 " # Celery v5.4 may stop supporting Python 3.8
14
+ celery = " ~=5.4.0 " # warning: doesn't use semantic versioning (lock minor version)
15
15
django-celery-results = " ~=2.5"
16
16
django-markdownify = " ~=0.9" # includes the markdown package
17
17
psycopg = " ~=3.1"
18
18
virtualenv = " ~=20.26"
19
19
redis = " ~=5.0"
20
20
channels-redis = " ~=4.2"
21
21
django-extensions = " ~=3.2"
22
- ipython = " ~=8.12.3 " # IPython follows NEP 29, so v8.13 does not support Python 3.8
22
+ ipython = " ~=8.24.0 " # warning: doesn't use semantic versioning (lock minor version)
23
23
mosspy = " ~=1.0"
24
- django-debug-toolbar = " ~=4.3 "
24
+ django-debug-toolbar = " ~=4.4 "
25
25
26
26
[dev-packages ]
27
27
pytest-django = " ~=4.8"
@@ -39,4 +39,4 @@ sphinxcontrib-django = "*"
39
39
pytest-cov = " *"
40
40
41
41
[requires ]
42
- python_version = " 3.8 "
42
+ python_version = " 3.11 "
You can’t perform that action at this time.
0 commit comments