@@ -27,9 +27,9 @@ def read(fname):
2727 'random_order' ,
2828 ],
2929 include_package_data = True ,
30- python_requires = ">=3.5.0 " ,
30+ python_requires = ">=3.9 " ,
3131 install_requires = [
32- 'pytest>=3.0.0 ' ,
32+ 'pytest' ,
3333 ],
3434 classifiers = [
3535 'Development Status :: 5 - Production/Stable' ,
@@ -38,14 +38,11 @@ def read(fname):
3838 'Topic :: Software Development :: Testing' ,
3939 'Programming Language :: Python' ,
4040 'Programming Language :: Python :: 3' ,
41- 'Programming Language :: Python :: 3.5' ,
42- 'Programming Language :: Python :: 3.6' ,
43- 'Programming Language :: Python :: 3.7' ,
44- 'Programming Language :: Python :: 3.8' ,
4541 'Programming Language :: Python :: 3.9' ,
4642 'Programming Language :: Python :: 3.10' ,
4743 'Programming Language :: Python :: 3.11' ,
4844 'Programming Language :: Python :: 3.12' ,
45+ 'Programming Language :: Python :: 3.13' ,
4946 'License :: OSI Approved :: MIT License' ,
5047 ],
5148 keywords = 'pytest random test order shuffle' ,
0 commit comments