Skip to content

Commit 1b9bd1f

Browse files
committed
Removed 3.6 marker, added 3.10
1 parent b394691 commit 1b9bd1f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,10 +39,10 @@
3939
'Topic :: Internet :: WWW/HTTP',
4040
'Programming Language :: Python',
4141
'Programming Language :: Python :: 3',
42-
'Programming Language :: Python :: 3.6',
4342
'Programming Language :: Python :: 3.7',
4443
'Programming Language :: Python :: 3.8',
4544
'Programming Language :: Python :: 3.9',
45+
'Programming Language :: Python :: 3.10',
4646
'Programming Language :: Python :: Implementation :: CPython',
4747
],
4848
zip_safe=False,

0 commit comments

Comments
 (0)