mirror of
https://github.com/django/daphne.git
synced 2024-11-11 02:26:35 +03:00
Added Python 3.10 to CI. (#392)
This commit is contained in:
parent
15a754d903
commit
b62e58a023
9
.github/workflows/tests.yml
vendored
9
.github/workflows/tests.yml
vendored
|
@ -13,10 +13,11 @@ jobs:
|
|||
fail-fast: false
|
||||
matrix:
|
||||
python-version:
|
||||
- 3.6
|
||||
- 3.7
|
||||
- 3.8
|
||||
- 3.9
|
||||
- "3.6"
|
||||
- "3.7"
|
||||
- "3.8"
|
||||
- "3.9"
|
||||
- "3.10"
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
|
|
1
setup.py
1
setup.py
|
@ -41,6 +41,7 @@ setup(
|
|||
"Programming Language :: Python :: 3.7",
|
||||
"Programming Language :: Python :: 3.8",
|
||||
"Programming Language :: Python :: 3.9",
|
||||
"Programming Language :: Python :: 3.10",
|
||||
"Topic :: Internet :: WWW/HTTP",
|
||||
],
|
||||
)
|
||||
|
|
Loading…
Reference in New Issue
Block a user