Skip to content

Commit 3c521c4

Browse files
committed
Programing languages update
1 parent afe18a2 commit 3c521c4

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

setup.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,10 +33,11 @@ def read_file(fname):
3333
classifiers=[
3434
'Framework :: Pytest',
3535
'Programming Language :: Python :: 2.7',
36-
'Programming Language :: Python :: 3.5',
3736
'Programming Language :: Python :: 3.6',
3837
'Programming Language :: Python :: 3.7',
39-
'Programming Language :: Python :: 3.8'
38+
'Programming Language :: Python :: 3.8',
39+
'Programming Language :: Python :: 3.9',
40+
'Programming Language :: Python :: 3.10'
4041
],
4142
entry_points={
4243
'pytest11': [

0 commit comments

Comments
 (0)