Skip to content

Commit 027b461

Browse files
authored
Only test and require Python 3.7+
https://github.com/pythonprofilers/memory_profiler/actions/runs/3627706309/jobs/6126859301 GitHub has dropped Python 3.5 and 3.6 support from the `setup-python` action.
1 parent f926259 commit 027b461

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ classifiers =
2323
py_modules =
2424
memory_profiler
2525
mprof
26-
python_requires = >=3.5
26+
python_requires = >=3.7
2727
install_requires = psutil
2828

2929
[options.entry_points]

0 commit comments

Comments
 (0)