Skip to content

Commit cc47dfd

Browse files
committed
Changes in 0.5.4.
1 parent fec7227 commit cc47dfd

File tree

2 files changed

+3
-8
lines changed

2 files changed

+3
-8
lines changed

Diff for: .github/workflows/python-package.yml

+2-8
Original file line numberDiff line numberDiff line change
@@ -30,12 +30,8 @@ jobs:
3030
strategy:
3131
fail-fast: false
3232
matrix:
33-
os: [ubuntu-latest, macos-12, macos-latest, windows-latest]
34-
python-version: ['3.7', '3.8', '3.9', '3.10', '3.11', '3.12', '3.13', 'pypy-2.7', 'pypy-3.9']
35-
exclude:
36-
# macos-latest does not have Python 3.7
37-
- os: macos-latest
38-
python-version: '3.7'
33+
os: [ubuntu-latest, macos-latest, windows-latest]
34+
python-version: ['3.8', '3.9', '3.10', '3.11', '3.12', '3.13', 'pypy-2.7', 'pypy-3.9']
3935

4036
steps:
4137
- uses: actions/checkout@v4
@@ -68,8 +64,6 @@ jobs:
6864
env:
6965
NO_EXTERNAL_TESTS: 1
7066
- name: Upload coverage to Codecov
71-
# Repeated failures of Codecov on macos-12
72-
# if: ${{ matrix.os != 'macos-12' }}
7367
uses: codecov/codecov-action@v4
7468
with:
7569
flags: unittests

Diff for: README.rst

+1
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,7 @@ Change log
7777

7878
Released: Not yet
7979

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

8182
0.5.3
8283
-----

0 commit comments

Comments
 (0)