Skip to content

Commit f95ac07

Browse files
authored
Remove the Python 3.6 PyPI trove classifier (#389)
This is no longer needed because Python 3.7+ is required.
1 parent d2359c5 commit f95ac07

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

pypandoc/__init__.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,6 @@
3737
'Topic :: Text Processing',
3838
'Topic :: Text Processing :: Filters',
3939
'Programming Language :: Python :: 3',
40-
'Programming Language :: Python :: 3.6',
4140
'Programming Language :: Python :: 3.7',
4241
'Programming Language :: Python :: 3.8',
4342
'Programming Language :: Python :: 3.9',

pyproject.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@ classifiers = [
1717
'Topic :: Text Processing',
1818
'Topic :: Text Processing :: Filters',
1919
'Programming Language :: Python :: 3',
20-
'Programming Language :: Python :: 3.6',
2120
'Programming Language :: Python :: 3.7',
2221
'Programming Language :: Python :: 3.8',
2322
'Programming Language :: Python :: 3.9',

0 commit comments

Comments
 (0)