mirror of
https://github.com/PyCQA/flake8.git
synced 2026-04-08 05:54:17 +00:00
Confirm support for Python 3.10.
This commit is contained in:
parent
21d3c70d67
commit
9e67a6b7dd
5 changed files with 5 additions and 3 deletions
2
tox.ini
2
tox.ini
|
|
@ -1,6 +1,6 @@
|
|||
[tox]
|
||||
minversion=2.3.1
|
||||
envlist = py36,py37,py38,flake8,linters,docs
|
||||
envlist = py36,py37,py38,py39,py310,flake8,linters,docs
|
||||
|
||||
[testenv]
|
||||
deps =
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue