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 @@ -27,17 +27,17 @@ matrix:
2727 env :
2828 - MULTIPROCESS="true"
2929
30- - python : ' pypy3.9-7.3.9' # at 7.3.13
30+ - python : ' pypy3.9-7.3.9' # at 7.3.15
3131 env :
3232 - MULTIPROCESS="true"
3333
34- - python : ' pypy3.10-7.3.13 '
34+ - python : ' pypy3.10-7.3.15 '
3535 env :
3636 - MULTIPROCESS="true"
3737
3838 allow_failures :
3939 - python : ' 3.13-dev'
40- - python : ' pypy3.10-7.3.13 ' # CI missing
40+ - python : ' pypy3.10-7.3.15 ' # CI missing
4141 fast_finish : true
4242
4343cache :
Original file line number Diff line number Diff line change @@ -137,10 +137,10 @@ Requirements
137137
138138* `` python `` (or `` pypy `` ), ** >=3.8**
139139* `` setuptools `` , ** >=42**
140- * `` pox `` , ** >=0.3.3 **
141- * `` dill `` , ** >=0.3.7 **
142- * `` ppft `` , ** >=1.7.6.7 **
143- * `` multiprocess `` , ** >=0.70.15 **
140+ * `` pox `` , ** >=0.3.4 **
141+ * `` dill `` , ** >=0.3.8 **
142+ * `` ppft `` , ** >=1.7.6.8 **
143+ * `` multiprocess `` , ** >=0.70.16 **
144144
145145
146146More Information
Original file line number Diff line number Diff line change 11[egg_info]
2- tag_build = .dev0
2+ # tag_build = .dev0
33
44[bdist_wheel]
55# python-tag = py3
6- # plat-name = manylinux_2_24_x86_64
6+ # plat-name = manylinux_2_28_x86_64
77
88[sdist]
99# formats=zip,gztar
Original file line number Diff line number Diff line change @@ -89,10 +89,10 @@ def has_ext_modules(foo):
8989 return True
9090
9191# define dependencies
92- ppft_version = 'ppft>=1.7.6.7 '
93- dill_version = 'dill>=0.3.7 '
94- pox_version = 'pox>=0.3.3 '
95- mp_version = 'multiprocess>=0.70.15 '
92+ ppft_version = 'ppft>=1.7.6.8 '
93+ dill_version = 'dill>=0.3.8 '
94+ pox_version = 'pox>=0.3.4 '
95+ mp_version = 'multiprocess>=0.70.16 '
9696pyina_version = 'pyina>=0.2.7'
9797mystic_version = 'mystic>=0.4.0'
9898# add dependencies
Original file line number Diff line number Diff line change 55# License: 3-clause BSD. The full license text is available at:
66# - https://github.com/uqfoundation/pathos/blob/master/LICENSE
77
8- __version__ = '0.3.2.dev0'
8+ __version__ = '0.3.2' # .dev0'
99__author__ = 'Mike McKerns'
10101111
You can’t perform that action at this time.
0 commit comments