Skip to content

Commit

Permalink
feat: Drop Python 3.6 support
Browse files Browse the repository at this point in the history
Drop Python 3.6 support because Python 3.6 EOL is at end of 2021.
  • Loading branch information
Tatu Aalto committed Oct 18, 2021
1 parent 73ff5f9 commit a2767bf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
[tool.black]
line-length = 120
target-version = ['py36']
target-version = ['py37']
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,9 +46,9 @@ def _read_long_description():
classifiers=[
"Programming Language :: Python",
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3.6",
"Programming Language :: Python :: 3.7",
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
],
)

0 comments on commit a2767bf

Please sign in to comment.