mirror of
https://github.com/django/daphne.git
synced 2024-12-04 21:33:43 +03:00
Added support for Python 3.13. (#539)
This commit is contained in:
parent
e25b4bcc31
commit
32ac73e1a0
1
.github/workflows/tests.yml
vendored
1
.github/workflows/tests.yml
vendored
|
@ -20,6 +20,7 @@ jobs:
|
||||||
- "3.10"
|
- "3.10"
|
||||||
- "3.11"
|
- "3.11"
|
||||||
- "3.12"
|
- "3.12"
|
||||||
|
- "3.13"
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
|
|
|
@ -1,6 +1,8 @@
|
||||||
4.2.0 (to be released)
|
4.2.0 (to be released)
|
||||||
------------------
|
------------------
|
||||||
|
|
||||||
|
* Added support for Python 3.13.
|
||||||
|
|
||||||
* Drop support for EOL Python 3.8.
|
* Drop support for EOL Python 3.8.
|
||||||
|
|
||||||
* Removed unused pytest-runner
|
* Removed unused pytest-runner
|
||||||
|
|
|
@ -20,6 +20,7 @@ classifiers =
|
||||||
Programming Language :: Python :: 3.10
|
Programming Language :: Python :: 3.10
|
||||||
Programming Language :: Python :: 3.11
|
Programming Language :: Python :: 3.11
|
||||||
Programming Language :: Python :: 3.12
|
Programming Language :: Python :: 3.12
|
||||||
|
Programming Language :: Python :: 3.13
|
||||||
Topic :: Internet :: WWW/HTTP
|
Topic :: Internet :: WWW/HTTP
|
||||||
|
|
||||||
[options]
|
[options]
|
||||||
|
|
Loading…
Reference in New Issue
Block a user