Skip to content

Commit

Permalink
bump Python requirement to 3.8
Browse files Browse the repository at this point in the history
  • Loading branch information
inbalboa committed May 3, 2021
1 parent c2fe2bf commit 7910dfd
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 6 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ pip3 install pymstodo
```

## Requirements
* python >= 3.7
* python >= 3.8
* requests_oauthlib >= 1.3.0

## Usage
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.0.9
0.0.10
1 change: 0 additions & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1 @@
requests_oauthlib>=1.3.0

5 changes: 2 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,16 +30,15 @@ def find_version():
url='https://github.com/inbalboa/pymstodo',
packages=setuptools.find_packages(),
install_requires=find_requires(),
python_requires='>=3.7,<4.0',
python_requires='>=3.8,<4.0',
classifiers=[
'Programming Language :: Python :: 3',
'Programming Language :: Python :: 3.7',
'Programming Language :: Python :: 3.8',
'Programming Language :: Python :: 3.9',
'Programming Language :: Python :: 3 :: Only',
'License :: OSI Approved',
'License :: OSI Approved :: GNU General Public License v3 (GPLv3)',
'Operating System :: OS Independent',
],
license='GPLv3'
)

0 comments on commit 7910dfd

Please sign in to comment.