Skip to content
Snippets Groups Projects
Commit 75b38627 authored by Wout De Nolf's avatar Wout De Nolf
Browse files

Merge branch 'fix_pyversions' into 'main'

test python versions higher than 3.9

See merge request !75
parents f35382ca 2c7c90d2
No related branches found
Tags v0.4.1
1 merge request!75test python versions higher than 3.9
Pipeline #168459 passed
......@@ -29,6 +29,12 @@ test-3.9-1.11.x:
- rm -rf blissrepo
- !reference [.test-3.9, before_script]
test-3.10:
extends: .test-3.10
test-3.11:
extends: .test-3.11
build_sdist:
extends: .build_sdist
......
......@@ -2,6 +2,12 @@
## 0.5.0 (unreleased)
## 0.4.1
Bug fixes:
- The blissdata<1 dependency does not have redis
## 0.4.0
New Features:
......
......@@ -28,6 +28,7 @@ install_requires =
hdf5plugin
blissdata <1.0.1; python_version < "3.8"
blissdata; python_version >= "3.8"
redis # blissdata<1
[options.packages.find]
where=src
......
__version__ = "0.4.0"
__version__ = "0.4.1"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment