Skip to content

Commit

Permalink
Ditch python 2.7, 3.6 and 3.7 support (#18)
Browse files Browse the repository at this point in the history
  • Loading branch information
jieter authored Sep 21, 2024
1 parent 4390190 commit 43be358
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
steps:
- uses: actions/setup-python@v4
with:
python-version: 3.8
python-version: "3.10"
- uses: actions/[email protected]
- run: python -m pip install cryptography isort==5.6.4
- run: isort --diff --check lora tests
Expand All @@ -31,7 +31,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: [2.7, 3.6, 3.7, 3.8, 3.9]
python-version: [3.8, 3.9, "3.10", 3.11]

steps:
- name: Set up Python ${{ matrix.python-version }}
Expand Down

0 comments on commit 43be358

Please sign in to comment.