Skip to content

Commit 5dfebf0

Browse files
committed
Update supported Python versions
1 parent e3a2cd4 commit 5dfebf0

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

setup.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,10 +49,11 @@
4949
"Programming Language :: Python",
5050
"Programming Language :: Python :: 2.7",
5151
"Programming Language :: Python :: 3",
52-
"Programming Language :: Python :: 3.5",
5352
"Programming Language :: Python :: 3.6",
5453
"Programming Language :: Python :: 3.7",
5554
"Programming Language :: Python :: 3.8",
55+
"Programming Language :: Python :: 3.9",
56+
"Programming Language :: Python :: 3.10",
5657
"Programming Language :: Python :: Implementation :: CPython",
5758
"Programming Language :: Python :: Implementation :: PyPy",
5859
"Topic :: Software Development :: Libraries :: Python Modules",

0 commit comments

Comments
 (0)