File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ deploy:
2727 secure : CpNaj4F3TZvpP1aSJWidh/XexrWODV2sBdObrYU79Gyh9hFl6WLsA3JM9BfVsy9cGb/P/jP6ly4Z0/6qdIzZ5D6FPOB1B7rn5GZ2LAMOypRCA6W2uJbRjUU373Wut0p0OmQcMPto6XJsMlpvOEq+1uAq+LLAnAGEmmYTeskZebs=
2828 on :
2929 tags : true
30- condition : ' "$TRAVIS_PYTHON_VERSION" = "3.7 " || "$TRAVIS_PYTHON_VERSION" = "2.7"'
30+ condition : ' "$TRAVIS_PYTHON_VERSION" = "3.8 " || "$TRAVIS_PYTHON_VERSION" = "2.7"'
3131 distributions : " sdist bdist_wheel"
3232
3333matrix :
Original file line number Diff line number Diff line change 1212
1313setup (
1414 name = 'fluent-logger' ,
15- version = '0.9.4 ' ,
15+ version = '0.9.5 ' ,
1616 description = desc ,
1717 long_description = open (README ).read (),
1818 package_dir = {'fluent' : 'fluent' },
1919 packages = ['fluent' ],
20- install_requires = ['msgpack' ],
20+ install_requires = ['msgpack<1.0.0 ' ],
2121 author = 'Kazuki Ohta' ,
22222323 url = 'https://github.com/fluent/fluent-logger-python' ,
You can’t perform that action at this time.
0 commit comments