Skip to content

Commit f2f84fa

Browse files
committed
Remove bsddb3
1 parent 90b16e9 commit f2f84fa

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.github/workflows/python-package.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
- name: Create Conda environment with the rights deps
5151
shell: "bash -l {0}"
5252
run: |
53-
conda create -n zarr-env python==${{matrix.python-version}} bsddb3 pip nodejs
53+
conda create -n zarr-env python==${{matrix.python-version}} pip nodejs
5454
conda activate zarr-env
5555
npm install -g azurite
5656
- name: Install dependencies

docs/release.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,8 @@ Enhancements
3030
Maintenance
3131
~~~~~~~~~~~
3232
* Dropped support for Python 3.10.
33+
* Removed testing for compatibility with the ``bsddb3`` package.
34+
``bsddb3`` was last released four years ago.
3335

3436
Deprecations
3537
~~~~~~~~~~~~

0 commit comments

Comments
 (0)