Skip to content

Commit 758c411

Browse files
committed
Fix classified
1 parent 5fc20ec commit 758c411

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
@@ -38,17 +38,12 @@ def read(fname):
3838
"Topic :: Software Development :: Testing",
3939
"Programming Language :: Python",
4040
"Programming Language :: Python :: 3",
41-
"Programming Language :: Python :: 3.9",
42-
"Programming Language :: Python :: 3.10",
43-
"Programming Language :: Python :: 3.11",
44-
"Programming Language :: Python :: 3.12",
45-
"Programming Language :: Python :: 3.13",
4641
"License :: OSI Approved :: MIT License",
4742
],
4843
keywords="pytest random test order shuffle",
4944
entry_points={
5045
"pytest11": [
51-
"random_order = random_order.plugin", # >=1.0.0
46+
"random_order = random_order.plugin",
5247
],
5348
},
5449
)

0 commit comments

Comments
 (0)