You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: changelog.md
+3-3
Original file line number
Diff line number
Diff line change
@@ -3,16 +3,16 @@
3
3
#### Celery upgrade and Django Celery library change.
4
4
`django-celery` only officially supports Python 3.5 which Opal no longer supports. It is also no longer the recommended solution for results by Celery. So we have removed this dependency and added the `django-celery-results` module that has a similar functionality.
5
5
6
-
#### Drops support for python 3.5
6
+
#### Drops support for Python 3.5
7
7
Opal now supports Python 3.6 - Python 3.8.
8
8
9
9
10
10
### 0.20.0 (Major Release)
11
11
12
12
#### Python 3 version changes.
13
13
14
-
Opal now supports python 3.5 - python 3.8.
15
-
Please note that the 0.21.0 release will drop support for python 3.5.
14
+
Opal now supports Python 3.5 - Python 3.8.
15
+
Please note that the 0.21.0 release will drop support for Python 3.5.
0 commit comments