File tree Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -96,7 +96,7 @@ file handles for incoming POST bodies).
96
96
Dependencies
97
97
------------
98
98
99
- ``asgiref `` requires Python 3.8 or higher.
99
+ ``asgiref `` requires Python 3.9 or higher.
100
100
101
101
102
102
Contributing
Original file line number Diff line number Diff line change @@ -16,7 +16,6 @@ classifiers =
16
16
Programming Language :: Python
17
17
Programming Language :: Python :: 3
18
18
Programming Language :: Python :: 3 :: Only
19
- Programming Language :: Python :: 3.8
20
19
Programming Language :: Python :: 3.9
21
20
Programming Language :: Python :: 3.10
22
21
Programming Language :: Python :: 3.11
@@ -29,7 +28,7 @@ project_urls =
29
28
Changelog = https://github.com/django/asgiref/blob/master/CHANGELOG.txt
30
29
31
30
[options]
32
- python_requires = >=3.8
31
+ python_requires = >=3.9
33
32
packages = find:
34
33
include_package_data = true
35
34
install_requires =
You can’t perform that action at this time.
0 commit comments