Skip to content

Commit 9b768e4

Browse files
author
Tatu Aalto
authored
Merge pull request #42 from tatu-aalto/drop_py36
feat: Drop Python 3.6 support
2 parents 73ff5f9 + a2767bf commit 9b768e4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
[tool.black]
22
line-length = 120
3-
target-version = ['py36']
3+
target-version = ['py37']

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,9 +46,9 @@ def _read_long_description():
4646
classifiers=[
4747
"Programming Language :: Python",
4848
"Programming Language :: Python :: 3",
49-
"Programming Language :: Python :: 3.6",
5049
"Programming Language :: Python :: 3.7",
5150
"Programming Language :: Python :: 3.8",
5251
"Programming Language :: Python :: 3.9",
52+
"Programming Language :: Python :: 3.10",
5353
],
5454
)

0 commit comments

Comments
 (0)