Skip to content

Commit 8e39bcc

Browse files
committed
Move minimum version up to 3.9
1 parent cc11c8f commit 8e39bcc

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ file handles for incoming POST bodies).
9696
Dependencies
9797
------------
9898

99-
``asgiref`` requires Python 3.8 or higher.
99+
``asgiref`` requires Python 3.9 or higher.
100100

101101

102102
Contributing

setup.cfg

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@ classifiers =
1616
Programming Language :: Python
1717
Programming Language :: Python :: 3
1818
Programming Language :: Python :: 3 :: Only
19-
Programming Language :: Python :: 3.8
2019
Programming Language :: Python :: 3.9
2120
Programming Language :: Python :: 3.10
2221
Programming Language :: Python :: 3.11
@@ -29,7 +28,7 @@ project_urls =
2928
Changelog = https://github.com/django/asgiref/blob/master/CHANGELOG.txt
3029

3130
[options]
32-
python_requires = >=3.8
31+
python_requires = >=3.9
3332
packages = find:
3433
include_package_data = true
3534
install_requires =

0 commit comments

Comments
 (0)