Skip to content

Commit

Permalink
Drop Python 3.7 Support (#81)
Browse files Browse the repository at this point in the history
Allows supporting Torch 2.x
  • Loading branch information
alan-cooney authored Oct 19, 2023
1 parent 7173af6 commit 17afa01
Show file tree
Hide file tree
Showing 3 changed files with 1,432 additions and 1,654 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@ jobs:
strategy:
matrix:
python-version:
- "3.7"
- "3.8"
- "3.9"
- "3.10"
Expand All @@ -48,8 +47,6 @@ jobs:
- uses: actions/checkout@v3
- name: Install Poetry
uses: snok/install-poetry@v1
with:
version: 1.4.0
- name: Set up Python
uses: actions/setup-python@v4
with:
Expand Down
Loading

0 comments on commit 17afa01

Please sign in to comment.