We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f926259 + f141a6a commit 57b643aCopy full SHA for 57b643a
.github/workflows/lint_python.yml
@@ -55,10 +55,6 @@ jobs:
55
fail-fast: false
56
matrix:
57
python:
58
- - major_dot_minor: '3.5'
59
- safety: false
60
- - major_dot_minor: '3.6'
61
62
- major_dot_minor: '3.7'
63
safety: false
64
- major_dot_minor: '3.8'
setup.cfg
@@ -23,7 +23,7 @@ classifiers =
23
py_modules =
24
memory_profiler
25
mprof
26
-python_requires = >=3.5
+python_requires = >=3.7
27
install_requires = psutil
28
29
[options.entry_points]
0 commit comments