Skip to content

Commit

Permalink
Merge pull request #484 from ultrajson/all-repos_autofix_all-repos-sed
Browse files Browse the repository at this point in the history
  • Loading branch information
hugovk committed Oct 19, 2021
2 parents 5f20e39 + 47de26f commit d36b56c
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy-wheels-linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,15 +25,15 @@ jobs:
"musllinux_1_1_aarch64",
"musllinux_1_1_x86_64",
]
python-version: ["pypy3", "3.6", "3.7", "3.8", "3.9", "3.10-dev"]
python-version: ["pypy3", "3.6", "3.7", "3.8", "3.9", "3.10"]
include:
# Add version-tag variable to existing jobs
- { python-version: "pypy3", version-tag: "pp37-pypy37_pp73" }
- { python-version: "3.6", version-tag: "cp36-cp36m" }
- { python-version: "3.7", version-tag: "cp37-cp37m" }
- { python-version: "3.8", version-tag: "cp38-cp38" }
- { python-version: "3.9", version-tag: "cp39-cp39" }
- { python-version: "3.10-dev", version-tag: "cp310-cp310" }
- { python-version: "3.10", version-tag: "cp310-cp310" }
exclude:
# No PyPy3 on musllinux
- { python-version: "pypy3", wheel: "musllinux_1_1_aarch64" }
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deploy-wheels-windows-macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
fail-fast: false
matrix:
os: [windows-latest, macos-latest]
python-version: ["3.6", "3.7", "3.8", "3.9", "3.10-dev"]
python-version: ["3.6", "3.7", "3.8", "3.9", "3.10"]
architecture: [x64, x86]
exclude:
- {os: macos-latest, architecture: x86}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: [ "3.6", "3.7", "3.8", "3.9", "3.10-dev", "pypy3"]
python-version: [ "3.6", "3.7", "3.8", "3.9", "3.10", "pypy3"]
os: [ubuntu-20.04, ubuntu-18.04, macos-latest, windows-2019]
exclude:
- { python-version: "pypy3", os: macos-latest }
Expand Down

0 comments on commit d36b56c

Please sign in to comment.