File tree Expand file tree Collapse file tree 5 files changed +14
-14
lines changed Expand file tree Collapse file tree 5 files changed +14
-14
lines changed Original file line number Diff line number Diff line change @@ -36,18 +36,18 @@ matrix:
36
36
env :
37
37
- MULTIPROCESS="true"
38
38
39
- - python : ' pypy3.10-7.3.18 '
39
+ - python : ' pypy3.10-7.3.19 '
40
40
env :
41
41
- MULTIPROCESS="true"
42
42
43
- - python : ' pypy3.11-7.3.18 '
43
+ - python : ' pypy3.11-7.3.19 '
44
44
env :
45
45
- MULTIPROCESS="true"
46
46
47
47
allow_failures :
48
48
- python : ' 3.14-dev' # CI missing
49
- - python : ' pypy3.10-7.3.18 ' # CI missing
50
- - python : ' pypy3.11-7.3.18 ' # CI missing
49
+ - python : ' pypy3.10-7.3.19 ' # CI missing
50
+ - python : ' pypy3.11-7.3.19 ' # CI missing
51
51
fast_finish : true
52
52
53
53
cache :
Original file line number Diff line number Diff line change @@ -137,10 +137,10 @@ Requirements
137
137
138
138
* `` python `` (or `` pypy `` ), ** >=3.8**
139
139
* `` setuptools `` , ** >=42**
140
- * `` pox `` , ** >=0.3.5 **
141
- * `` dill `` , ** >=0.3.9 **
142
- * `` ppft `` , ** >=1.7.6.9 **
143
- * `` multiprocess `` , ** >=0.70.17 **
140
+ * `` pox `` , ** >=0.3.6 **
141
+ * `` dill `` , ** >=0.4.0 **
142
+ * `` ppft `` , ** >=1.7.7 **
143
+ * `` multiprocess `` , ** >=0.70.18 **
144
144
145
145
146
146
More Information
Original file line number Diff line number Diff line change 1
1
[egg_info]
2
- tag_build = .dev0
2
+ # tag_build = .dev0
3
3
4
4
[bdist_wheel]
5
5
# python-tag = py3
Original file line number Diff line number Diff line change @@ -90,10 +90,10 @@ def has_ext_modules(foo):
90
90
return True
91
91
92
92
# define dependencies
93
- ppft_version = 'ppft>=1.7.6.9 '
94
- dill_version = 'dill>=0.3.9 '
95
- pox_version = 'pox>=0.3.5 '
96
- mp_version = 'multiprocess>=0.70.17 '
93
+ ppft_version = 'ppft>=1.7.7 '
94
+ dill_version = 'dill>=0.4.0 '
95
+ pox_version = 'pox>=0.3.6 '
96
+ mp_version = 'multiprocess>=0.70.18 '
97
97
pyina_version = 'pyina>=0.3.0'
98
98
mystic_version = 'mystic>=0.4.3'
99
99
# add dependencies
Original file line number Diff line number Diff line change 5
5
# License: 3-clause BSD. The full license text is available at:
6
6
# - https://github.com/uqfoundation/pathos/blob/master/LICENSE
7
7
8
- __version__ = '0.3.4.dev0'
8
+ __version__ = '0.3.4' # .dev0'
9
9
__author__ = 'Mike McKerns'
10
10
__contact__ = 'mmckerns@uqfoundation.org'
11
11
You can’t perform that action at this time.
0 commit comments