Skip to content

Commit

Permalink
Remove python3.7 support because of poetry.
Browse files Browse the repository at this point in the history
  • Loading branch information
zhiwei2017 committed Oct 30, 2023
1 parent 3e636f2 commit 50e9752
Show file tree
Hide file tree
Showing 4 changed files with 1,233 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
python-version: ['3.7', '3.8', '3.9', '3.10', '3.11', '3.12']
python-version: ['3.8', '3.9', '3.10', '3.11', '3.12']
# Steps represent a sequence of tasks that will be executed as part of the job
steps:
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
Expand All @@ -82,7 +82,7 @@ jobs:
- name: Test with pytest
run: make test
- name: Make coverage report
run: coverage xml
run: poetry run coverage xml
- name: Codecov Action
uses: Atrox/[email protected]
# This workflow contains a single job called "build"
Expand Down
Loading

0 comments on commit 50e9752

Please sign in to comment.