Skip to content

Commit 83fde0b

Browse files
committed
upgrade zmq
1 parent e6305ff commit 83fde0b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/pr.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
- name: Setup python
3636
uses: actions/setup-python@v2
3737
with:
38-
python-version: '3.7'
38+
python-version: '3.8'
3939
architecture: x64
4040
- run: ./tools/ci/coverage.sh
4141
env:

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
'boto3<=1.17.20',
2626
"wsaccel==0.6.2",
2727
"six==1.15.0",
28-
'pyzmq<=22.0.3',
28+
'pyzmq<=26.2.1',
2929
'jaeger-client==4.0.0; python_version < "3.2.0"',
3030
'jaeger-client>=4.4.0; python_version >= "3.2.0"',
3131
"pympler==0.9"

0 commit comments

Comments
 (0)