Skip to content

Commit

Permalink
Changes in 0.5.4.
Browse files Browse the repository at this point in the history
  • Loading branch information
vsajip committed Jan 7, 2025
1 parent fec7227 commit cc47dfd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 8 deletions.
10 changes: 2 additions & 8 deletions .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,12 +30,8 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [ubuntu-latest, macos-12, macos-latest, windows-latest]
python-version: ['3.7', '3.8', '3.9', '3.10', '3.11', '3.12', '3.13', 'pypy-2.7', 'pypy-3.9']
exclude:
# macos-latest does not have Python 3.7
- os: macos-latest
python-version: '3.7'
os: [ubuntu-latest, macos-latest, windows-latest]
python-version: ['3.8', '3.9', '3.10', '3.11', '3.12', '3.13', 'pypy-2.7', 'pypy-3.9']

steps:
- uses: actions/checkout@v4
Expand Down Expand Up @@ -68,8 +64,6 @@ jobs:
env:
NO_EXTERNAL_TESTS: 1
- name: Upload coverage to Codecov
# Repeated failures of Codecov on macos-12
# if: ${{ matrix.os != 'macos-12' }}
uses: codecov/codecov-action@v4
with:
flags: unittests
Expand Down
1 change: 1 addition & 0 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,7 @@ Change log

Released: Not yet

* Fix #242: Handle exceptions in ``on_data`` callable.

0.5.3
-----
Expand Down

0 comments on commit cc47dfd

Please sign in to comment.