We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5fc20ec commit 758c411Copy full SHA for 758c411
setup.py
@@ -38,17 +38,12 @@ def read(fname):
38
"Topic :: Software Development :: Testing",
39
"Programming Language :: Python",
40
"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",
46
"License :: OSI Approved :: MIT License",
47
],
48
keywords="pytest random test order shuffle",
49
entry_points={
50
"pytest11": [
51
- "random_order = random_order.plugin", # >=1.0.0
+ "random_order = random_order.plugin",
52
53
},
54
)
0 commit comments