-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove python3.7 support because of poetry.
- Loading branch information
1 parent
3e636f2
commit 50e9752
Showing
4 changed files
with
1,233 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 | ||
|
@@ -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" | ||
|
Oops, something went wrong.