Skip to content

Commit df9889a

Browse files
Fix setup.py python version, deps in test_requirements
1 parent e5241f0 commit df9889a

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

setup.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,9 +33,7 @@
3333
packages=find_packages(),
3434
install_requires=required,
3535
tests_require=required_for_tests,
36-
python_requires=(
37-
">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, !=3.5.*, !=3.6.*, <4"
38-
),
36+
python_requires="~=3.7",
3937
version=version_from_file,
4038
package_data={"": ["*.txt"]},
4139
description="Quali checkpoint specific package",

test_requirements.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,2 @@
1-
mock; python_version <= '2.7'
21
pytest
32
pytest-cov

0 commit comments

Comments
 (0)