We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 90b16e9 commit f2f84faCopy full SHA for f2f84fa
.github/workflows/python-package.yml
@@ -50,7 +50,7 @@ jobs:
50
- name: Create Conda environment with the rights deps
51
shell: "bash -l {0}"
52
run: |
53
- conda create -n zarr-env python==${{matrix.python-version}} bsddb3 pip nodejs
+ conda create -n zarr-env python==${{matrix.python-version}} pip nodejs
54
conda activate zarr-env
55
npm install -g azurite
56
- name: Install dependencies
docs/release.rst
@@ -30,6 +30,8 @@ Enhancements
30
Maintenance
31
~~~~~~~~~~~
32
* Dropped support for Python 3.10.
33
+* Removed testing for compatibility with the ``bsddb3`` package.
34
+ ``bsddb3`` was last released four years ago.
35
36
Deprecations
37
~~~~~~~~~~~~
0 commit comments