We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e6305ff commit 83fde0bCopy full SHA for 83fde0b
.github/workflows/pr.yaml
@@ -35,7 +35,7 @@ jobs:
35
- name: Setup python
36
uses: actions/setup-python@v2
37
with:
38
- python-version: '3.7'
+ python-version: '3.8'
39
architecture: x64
40
- run: ./tools/ci/coverage.sh
41
env:
setup.py
@@ -25,7 +25,7 @@
25
'boto3<=1.17.20',
26
"wsaccel==0.6.2",
27
"six==1.15.0",
28
- 'pyzmq<=22.0.3',
+ 'pyzmq<=26.2.1',
29
'jaeger-client==4.0.0; python_version < "3.2.0"',
30
'jaeger-client>=4.4.0; python_version >= "3.2.0"',
31
"pympler==0.9"
0 commit comments