Skip to content

Commit

Permalink
update minimum python version
Browse files Browse the repository at this point in the history
  • Loading branch information
jmfernandes committed May 22, 2023
1 parent d793d36 commit e6f3fc0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pythonapp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@ jobs:

steps:
- uses: actions/checkout@v1
- name: Set up Python 3.7
- name: Set up Python 3.9
uses: actions/setup-python@v1
with:
python-version: 3.7
python-version: 3.9
- name: Install dependencies
run: |
python -m pip install --upgrade pip
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
author_email='joshfernandes@mac.com',
keywords=['robinhood','robin stocks','finance app','stocks','options','trading','investing'],
license='MIT',
python_requires='>=3',
python_requires='>=3.9',
packages=find_packages(),
requires=['requests', 'pyotp', 'cryptography'],
install_requires=[
Expand Down

0 comments on commit e6f3fc0

Please # to comment.