Skip to content

Commit 0a0aa24

Browse files
committed
Update that it is compatible with python 3.7, 8, 9
1 parent d229718 commit 0a0aa24

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

setup.py

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/usr/bin/env python
22
'''
3-
Copyright (c) 2015, 2016, 2017, 2018, 2019 Timothy Savannah under terms of LGPLv3. All Rights Reserved.
3+
Copyright (c) 2015, 2016, 2017, 2018, 2019, 2023 Timothy Savannah under terms of LGPLv3. All Rights Reserved.
44
55
66
You should have received a copy of this with this distribution as "LICENSE"
@@ -67,6 +67,9 @@
6767
'Programming Language :: Python :: 3.4',
6868
'Programming Language :: Python :: 3.5',
6969
'Programming Language :: Python :: 3.6',
70+
'Programming Language :: Python :: 3.7',
71+
'Programming Language :: Python :: 3.8',
72+
'Programming Language :: Python :: 3.9',
7073
'Topic :: Internet :: WWW/HTTP',
7174
'Topic :: Text Processing :: Markup :: HTML',
7275
'Topic :: Software Development :: Libraries :: Python Modules',

0 commit comments

Comments
 (0)