Skip to content

Commit

Permalink
Build: Use manylinux1 instead of manylinux2010 for Py2.7 support.
Browse files Browse the repository at this point in the history
  • Loading branch information
scoder committed Mar 24, 2024
1 parent 7d8b3d0 commit 872f93f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -182,8 +182,8 @@ jobs:

matrix:
image:
- manylinux2010_x86_64
- manylinux2010_i686
- manylinux1_x86_64
- manylinux1_i686
- manylinux2014_x86_64
- manylinux2014_i686
pyversion: ["*"]
Expand Down

0 comments on commit 872f93f

Please sign in to comment.