Skip to content

Commit

Permalink
Merge pull request #410 from NannyML/feat/drop-python-37-support
Browse files Browse the repository at this point in the history
Remove support for python 3.7
  • Loading branch information
nnansters authored Jul 19, 2024
2 parents dd23040 + a618d40 commit 3b0242b
Show file tree
Hide file tree
Showing 4 changed files with 19 additions and 802 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
# The type of runner that the job will run on
strategy:
matrix:
python-versions: ['3.7', '3.8', '3.9', '3.10', '3.11']
python-versions: ['3.8', '3.9', '3.10', '3.11']
os: [ubuntu-20.04]
# os: [ubuntu-18.04, macos-latest, windows-latest]
runs-on: ${{ matrix.os }}
Expand Down
Loading

0 comments on commit 3b0242b

Please sign in to comment.