Skip to content

Commit 57b643a

Browse files
authored
Merge pull request #382 from pythonprofilers/drop_3.5_3.6
Drop 3.5 3.6
2 parents f926259 + f141a6a commit 57b643a

File tree

2 files changed

+1
-5
lines changed

2 files changed

+1
-5
lines changed

.github/workflows/lint_python.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -55,10 +55,6 @@ jobs:
5555
fail-fast: false
5656
matrix:
5757
python:
58-
- major_dot_minor: '3.5'
59-
safety: false
60-
- major_dot_minor: '3.6'
61-
safety: false
6258
- major_dot_minor: '3.7'
6359
safety: false
6460
- major_dot_minor: '3.8'

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)