Skip to content

Commit 6b30e86

Browse files
committed
Remove old classifiers to maye pypi happy
1 parent a4dffb6 commit 6b30e86

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

setup.py

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
setup(
88
name="py_nextbusnext",
9-
version="2.1.1",
9+
version="2.1.2",
1010
author="ViViDboarder",
1111
description="Minimalistic Python client for the NextBus public API for real-time transit "
1212
"arrival data",
@@ -25,11 +25,6 @@
2525
"requests",
2626
],
2727
classifiers=[
28-
"Programming Language :: Python :: 3.9 ",
29-
"Programming Language :: Python :: 3.10 ",
30-
"Programming Language :: Python :: 3.11 ",
31-
"Programming Language :: Python :: 3.12 ",
32-
"Programming Language :: Python :: 3.13 ",
3328
"License :: OSI Approved :: MIT License",
3429
"Operating System :: OS Independent",
3530
],

0 commit comments

Comments
 (0)