Skip to content

Commit

Permalink
remove py3.6 support and tests
Browse files Browse the repository at this point in the history
  • Loading branch information
svirpioj committed Sep 6, 2023
1 parent e8a3f4e commit d387310
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 29 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,6 @@ jobs:
os: [ubuntu-latest]
python-version: ["3.7", "3.8", "3.9", "3.10"]
requirements-file: ["requirements.txt"]
include:
- os: ubuntu-20.04
python-version: "3.6"
requirements-file: "requirements-py36.txt"
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v3
Expand Down
24 changes: 0 additions & 24 deletions requirements-py36.txt

This file was deleted.

2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -84,5 +84,5 @@
"License :: OSI Approved :: MIT License",
"Operating System :: OS Independent",
),
python_requires=">=3.6",
python_requires=">=3.7",
)

0 comments on commit d387310

Please sign in to comment.