Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

python 3.6 support removed due to EOL, added py39 to pytorch-version-tests #2365

Merged
merged 9 commits into from
Dec 20, 2021
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.black]
line-length = 120
target-version = ['py37', 'py38']
target-version = ['py37', 'py38','py39']
sdesrozis marked this conversation as resolved.
Show resolved Hide resolved
include = '\.pyi?$'
exclude = '''

Expand Down