Skip to content

Commit

Permalink
Move minimum version up to 3.9
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewgodwin committed Oct 9, 2024
1 parent cc11c8f commit 8e39bcc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ file handles for incoming POST bodies).
Dependencies
------------

``asgiref`` requires Python 3.8 or higher.
``asgiref`` requires Python 3.9 or higher.


Contributing
Expand Down
3 changes: 1 addition & 2 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ classifiers =
Programming Language :: Python
Programming Language :: Python :: 3
Programming Language :: Python :: 3 :: Only
Programming Language :: Python :: 3.8
Programming Language :: Python :: 3.9
Programming Language :: Python :: 3.10
Programming Language :: Python :: 3.11
Expand All @@ -29,7 +28,7 @@ project_urls =
Changelog = https://github.com/django/asgiref/blob/master/CHANGELOG.txt

[options]
python_requires = >=3.8
python_requires = >=3.9
packages = find:
include_package_data = true
install_requires =
Expand Down

0 comments on commit 8e39bcc

Please sign in to comment.