File tree 4 files changed +10
-7
lines changed
4 files changed +10
-7
lines changed Original file line number Diff line number Diff line change @@ -14,11 +14,11 @@ jobs:
14
14
fail-fast : false
15
15
matrix :
16
16
python-version :
17
- - " 3.7"
18
17
- " 3.8"
19
18
- " 3.9"
20
19
- " 3.10"
21
20
- " 3.11"
21
+ - " 3.12"
22
22
23
23
steps :
24
24
- uses : actions/checkout@v4
Original file line number Diff line number Diff line change @@ -35,8 +35,8 @@ and `tutorial <https://channels.readthedocs.io/en/latest/tutorial/index.html>`_
35
35
Dependencies
36
36
------------
37
37
38
- All Channels projects currently support Python 3.7 and up. ``channels `` is
39
- compatible with Django 3.2, 4.0, 4.1, and 4.2.
38
+ All Channels projects currently support Python 3.8 and up. ``channels `` is
39
+ compatible with Django 3.2, 4.0, 4.1, 4.2 and 5.0 .
40
40
41
41
42
42
Contributing
Original file line number Diff line number Diff line change @@ -16,18 +16,19 @@ classifiers =
16
16
Operating System :: OS Independent
17
17
Programming Language :: Python
18
18
Programming Language :: Python :: 3
19
- Programming Language :: Python :: 3.7
20
19
Programming Language :: Python :: 3.8
21
20
Programming Language :: Python :: 3.9
22
21
Programming Language :: Python :: 3.10
23
22
Programming Language :: Python :: 3.11
23
+ Programming Language :: Python :: 3.12
24
24
Framework :: Django
25
25
Framework :: Django :: 3
26
26
Framework :: Django :: 3.2
27
27
Framework :: Django :: 4
28
28
Framework :: Django :: 4.0
29
29
Framework :: Django :: 4.1
30
30
Framework :: Django :: 4.2
31
+ Framework :: Django :: 5.0
31
32
Topic :: Internet :: WWW/HTTP
32
33
33
34
[options]
@@ -36,7 +37,7 @@ include_package_data = True
36
37
install_requires =
37
38
Django>=3.2
38
39
asgiref>=3.5.0,<4
39
- python_requires = >=3.7
40
+ python_requires = >=3.8
40
41
41
42
[options.extras_require]
42
43
tests =
Original file line number Diff line number Diff line change 1
1
[tox]
2
2
envlist =
3
- py{37, 38,39,310}-dj32
3
+ py{38,39,310}-dj32
4
4
py{38,39,310}-dj40
5
5
py{38,39,310,311}-dj41
6
6
py{38,39,310,311}-dj42
7
- py{310,311}-djmain
7
+ py{310,311,312}-dj50
8
+ py{310,311,312}-djmain
8
9
qa
9
10
10
11
[testenv]
16
17
dj40: Django>=4.0,<4.1
17
18
dj41: Django>=4.1.2,<4.2
18
19
dj42: Django>=4.2,<5.0
20
+ dj50: Django>=5.0rc1,<5.1
19
21
djmain: https://github.com/django/django/archive/main.tar.gz
20
22
21
23
[testenv:qa]
You can’t perform that action at this time.
0 commit comments