Skip to content

Commit 7680ef5

Browse files
authored
Drop old Python versions and add Python 3.13
1 parent 76c4d58 commit 7680ef5

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

setup.py

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)