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 f3a6b03 commit caf6acfCopy full SHA for caf6acf
.azure-pipelines/deploy.yml
@@ -13,7 +13,7 @@ variables:
13
resources:
14
containers:
15
- container: manylinux
16
- image: quay.io/pypa/manylinux2010_x86_64
+ image: quay.io/pypa/manylinux1_x86_64
17
repositories:
18
- repository: templates
19
type: github
@@ -56,7 +56,7 @@ stages:
56
python.code: 'cp37-cp37m'
57
manylinux: 'manylinux_64'
58
py38 x64:
59
- python.code: 'cp38-cp38m'
+ python.code: 'cp38-cp38'
60
61
pool:
62
vmImage: 'ubuntu-latest'
multidict/__init__.py
@@ -19,7 +19,7 @@
"istr",
20
)
21
22
-__version__ = "4.6.0a1"
+__version__ = "4.6.0a2"
23
24
25
try:
0 commit comments