mirror of
https://github.com/django/daphne.git
synced 2024-11-10 18:16:34 +03:00
Raise minimum supported Python version to 3.8 (#481)
This commit is contained in:
parent
f108bbc7c1
commit
3758c514fd
1
.github/workflows/tests.yml
vendored
1
.github/workflows/tests.yml
vendored
|
@ -16,7 +16,6 @@ jobs:
|
|||
- ubuntu
|
||||
- windows
|
||||
python-version:
|
||||
- "3.7"
|
||||
- "3.8"
|
||||
- "3.9"
|
||||
- "3.10"
|
||||
|
|
|
@ -108,7 +108,7 @@ should start with a slash, but not end with one; for example::
|
|||
Python Support
|
||||
--------------
|
||||
|
||||
Daphne requires Python 3.7 or later.
|
||||
Daphne requires Python 3.8 or later.
|
||||
|
||||
|
||||
Contributing
|
||||
|
|
|
@ -16,7 +16,6 @@ classifiers =
|
|||
Operating System :: OS Independent
|
||||
Programming Language :: Python
|
||||
Programming Language :: Python :: 3
|
||||
Programming Language :: Python :: 3.7
|
||||
Programming Language :: Python :: 3.8
|
||||
Programming Language :: Python :: 3.9
|
||||
Programming Language :: Python :: 3.10
|
||||
|
@ -32,7 +31,7 @@ install_requires =
|
|||
asgiref>=3.5.2,<4
|
||||
autobahn>=22.4.2
|
||||
twisted[tls]>=22.4
|
||||
python_requires = >=3.7
|
||||
python_requires = >=3.8
|
||||
setup_requires =
|
||||
pytest-runner
|
||||
zip_safe = False
|
||||
|
|
Loading…
Reference in New Issue
Block a user