Skip to content

Commit ae488f7

Browse files
committed
Drop py3.5 from setup.py
1 parent f9a125c commit ae488f7

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

setup.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,8 +88,9 @@
8888
"Programming Language :: Python :: Implementation :: CPython",
8989
"Programming Language :: Python :: Implementation :: PyPy",
9090
"Programming Language :: Python :: 3 :: Only",
91-
"Programming Language :: Python :: 3.5",
9291
"Programming Language :: Python :: 3.6",
92+
"Programming Language :: Python :: 3.7",
93+
"Programming Language :: Python :: 3.8",
9394
"Topic :: System :: Networking",
9495
"Framework :: Trio",
9596
"Framework :: AsyncIO",

0 commit comments

Comments
 (0)