Skip to content

Commit 2ba2ef8

Browse files
committed
Manually tested against Python 2.7,3.4-3.12
1 parent 51fdb1d commit 2ba2ef8

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

setup.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,10 @@ def read(fname):
8787
"Programming Language :: Python :: 3.6",
8888
"Programming Language :: Python :: 3.7",
8989
"Programming Language :: Python :: 3.8",
90+
"Programming Language :: Python :: 3.9",
91+
"Programming Language :: Python :: 3.10",
92+
"Programming Language :: Python :: 3.11",
93+
"Programming Language :: Python :: 3.12",
9094
"Topic :: Software Development :: Libraries :: Python Modules",
9195
],
9296
)

0 commit comments

Comments
 (0)