Skip to content

Commit

Permalink
Merge pull request #161 from pigs-will-fly/macbre-patch-1
Browse files Browse the repository at this point in the history
CI - test using Python 3.12 too
  • Loading branch information
macbre authored Mar 14, 2024
2 parents 3a88bec + e6f5951 commit f3a3e5b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/pythonapp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ jobs:
- "3.9"
- "3.10"
- "3.11"
- "3.12"

steps:
- uses: actions/checkout@v4
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@ black:
black .

check:
pylint *.py test/
pylint xml_sitemap_writer.py test/
pytest --cov=xml_sitemap_writer --cov-report=term --cov-report=xml --cov-fail-under=100 -vv

0 comments on commit f3a3e5b

Please sign in to comment.