Skip to content

Commit

Permalink
removed python 3.5 for tests
Browse files Browse the repository at this point in the history
  • Loading branch information
sergioteula committed Oct 6, 2024
1 parent e04ed75 commit d72d924
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 13 deletions.
12 changes: 0 additions & 12 deletions .github/workflows/lint-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,18 +31,6 @@ jobs:
- name: Check code errors
run: mypy amazon_paapi

test-py35:
runs-on: ubuntu-latest
container:
image: python:3.5
steps:
- name: Check out code
uses: actions/checkout@v4
- name: Install dependencies
run: pip install -e .
- name: Run tests
run: python -m unittest

test-py36:
runs-on: ubuntu-latest
container:
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,5 @@
"License :: OSI Approved :: MIT License",
"Operating System :: OS Independent",
],
python_requires=">=3.5",
python_requires=">=3.6",
)

0 comments on commit d72d924

Please sign in to comment.