Skip to content

Commit 4453bdb

Browse files
committed
Update supported Python versions in setup.py
1 parent eaa61ff commit 4453bdb

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

setup.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,9 +38,7 @@
3838
"Programming Language :: Python :: 2",
3939
"Programming Language :: Python :: 2.7",
4040
"Programming Language :: Python :: 3",
41-
"Programming Language :: Python :: 3.5",
42-
"Programming Language :: Python :: 3.6",
43-
"Programming Language :: Python :: 3.7",
41+
"Programming Language :: Python :: 3.10",
4442
"Topic :: Communications",
4543
"Topic :: Communications :: Chat",
4644
]

0 commit comments

Comments
 (0)