Skip to content

Commit f3a6b03

Browse files
committed
Use manylinux 2010
1 parent 9fcac2c commit f3a6b03

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.azure-pipelines/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ variables:
1313
resources:
1414
containers:
1515
- container: manylinux
16-
image: quay.io/pypa/manylinux1_x86_64
16+
image: quay.io/pypa/manylinux2010_x86_64
1717
repositories:
1818
- repository: templates
1919
type: github

multidict/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"istr",
2020
)
2121

22-
__version__ = "4.6.0a0"
22+
__version__ = "4.6.0a1"
2323

2424

2525
try:

0 commit comments

Comments
 (0)