Skip to content

Commit

Permalink
Officialy support 3.11
Browse files Browse the repository at this point in the history
  • Loading branch information
tefra committed Apr 10, 2022
1 parent c7459f2 commit 3f4ae58
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Expand Up @@ -45,7 +45,7 @@ repos:
rev: v1.20.1
hooks:
- id: setup-cfg-fmt
args: ["--max-py-version=3.10"]
args: ["--max-py-version=3.11"]
- repo: https://github.com/PyCQA/doc8
rev: 0.11.1
hooks:
Expand Down
3 changes: 2 additions & 1 deletion setup.cfg
Expand Up @@ -21,6 +21,7 @@ classifiers =
Programming Language :: Python :: 3.8
Programming Language :: Python :: 3.9
Programming Language :: Python :: 3.10
Programming Language :: Python :: 3.11
Programming Language :: Python :: Implementation :: CPython
Programming Language :: Python :: Implementation :: PyPy
Topic :: Software Development :: Code Generators
Expand Down Expand Up @@ -65,7 +66,7 @@ test =
[flake8]
exclude = tests/*
max-line-length = 88
ignore = W503,ANN101,ANN102,E203
ignore = W503,ANN101,ANN102,ANN401,E203

[doc8]
max-line-length = 88
Expand Down

0 comments on commit 3f4ae58

Please sign in to comment.