Skip to content

Commit a1e76ed

Browse files
committed
update min py version to 3.6
1 parent 66bb5ee commit a1e76ed

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ This documentation includes:
7171
Dependencies
7272
------------
7373

74-
FOOOF is written in Python, and requires Python >= 3.5 to run.
74+
FOOOF is written in Python, and requires Python >= 3.6 to run.
7575

7676
It has the following required dependencies:
7777

setup.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
version = __version__,
2121
description = 'fitting oscillations & one-over f',
2222
long_description = long_description,
23-
python_requires = '>=3.5',
23+
python_requires = '>=3.6',
2424
author = 'The Voytek Lab',
2525
author_email = 'voyteklab@gmail.com',
2626
maintainer = 'Thomas Donoghue',
@@ -38,7 +38,6 @@
3838
'Operating System :: POSIX',
3939
'Operating System :: Unix',
4040
'Programming Language :: Python',
41-
'Programming Language :: Python :: 3.5',
4241
'Programming Language :: Python :: 3.6',
4342
'Programming Language :: Python :: 3.7',
4443
'Programming Language :: Python :: 3.8',

0 commit comments

Comments
 (0)