Skip to content

Commit 952025b

Browse files
committed
v1.3.11
-------- 2022-05-23: - set dill version < 0.3.5 on windows, because decorating class methods fails with dill 0.3.5 upwards - update tests to the latest python versions
1 parent ce9df3b commit 952025b

File tree

2 files changed

+11
-5
lines changed

2 files changed

+11
-5
lines changed

CHANGES.rst

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,9 @@ Changelog
33

44
v1.3.11
55
--------
6-
2022-05-23: freeze dill version < 0.3.5.0 because decorating class methods fail under windows
7-
update tests to the latest python versions
6+
2022-05-23:
7+
- set dill version < 0.3.5 on windows, because decorating class methods fails with dill 0.3.5 upwards
8+
- update tests to the latest python versions
89

910
v1.3.10
1011
--------

README.rst

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -823,8 +823,12 @@ following modules will be automatically installed :
823823
## Project Requirements
824824
cli_exit_tools
825825
lib_detect_testenv
826+
826827
# class decorators are failing on windows with dill 0.3.5, 0.3.5.1
827-
dill>0.3.0,<0.3.5
828+
dill>0.3.0,<0.3.5;sys_platform=="win32"
829+
dill;sys_platform=="linux"
830+
dill;sys_platform=="darwin"
831+
828832
multiprocess
829833
wrapt
830834
@@ -851,8 +855,9 @@ Changelog
851855

852856
v1.3.11
853857
--------
854-
2022-05-23: freeze dill version < 0.3.5.0 because decorating class methods fail under windows
855-
update tests to the latest python versions
858+
2022-05-23:
859+
- set dill version < 0.3.5 on windows, because decorating class methods fails with dill 0.3.5 upwards
860+
- update tests to the latest python versions
856861

857862
v1.3.10
858863
--------

0 commit comments

Comments
 (0)