Skip to content

Commit 101915d

Browse files
authored
Merge pull request #41 from alysbrooks/alys/update-python
Add support for Python 3.8-3.10
2 parents 5800d1b + b599eb4 commit 101915d

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

setup.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,9 @@
3939
'Programming Language :: Python :: 3.5',
4040
'Programming Language :: Python :: 3.6',
4141
'Programming Language :: Python :: 3.7',
42+
'Programming Language :: Python :: 3.8',
43+
'Programming Language :: Python :: 3.9',
44+
'Programming Language :: Python :: 3.10',
4245
'Programming Language :: Python :: Implementation :: CPython',
4346
'Programming Language :: Python :: Implementation :: PyPy',
4447
'Intended Audience :: Developers',

0 commit comments

Comments
 (0)