Skip to content

Commit

Permalink
Add: Python 3.13 package & drop coveralls
Browse files Browse the repository at this point in the history
  • Loading branch information
meherett committed Dec 1, 2024
1 parent 0dde52d commit 44d30b3
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
1 change: 0 additions & 1 deletion .coveralls.yml

This file was deleted.

5 changes: 1 addition & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
strategy:
matrix:
python-version: [
"3.9", "3.10", "3.11", "3.12"
"3.9", "3.10", "3.11", "3.12", "3.13"
]
steps:
- uses: actions/checkout@master
Expand All @@ -34,6 +34,3 @@ jobs:
run: |
coverage run -m pytest
coverage report
- name: Submit Coverage Report to Coveralls
if: ${{ matrix.python-version == 3.12 }}
run: coveralls

0 comments on commit 44d30b3

Please sign in to comment.