Update to PyPy 7.3.3 (#460)

* Test PyPy 7.3.3rc1

* Revert "Update Travis CI and CircleCI to use macOS 10.14 " and "Change examples to use macOS >= 10.14"

This reverts commits 870bf3f740 and cd53552b4b.

* PyPy 7.3.3rc2

* PyPy 7.3.3 released

* Revert to using pypywheels docker images
This commit is contained in:
Yannick Jadoul
2020-11-22 14:55:04 +01:00
committed by GitHub
parent d3f57bbb22
commit 2f4ed1fafc
11 changed files with 25 additions and 34 deletions
+1 -2
View File
@@ -19,8 +19,7 @@ jobs:
osx-wheels:
working_directory: ~/osx-wheels
macos:
# PyPy 7.3.2 needs macOS >= 10.14
xcode: 10.2.1
xcode: 10.0.0
steps:
- checkout
- run:
-2
View File
@@ -9,8 +9,6 @@ jobs:
- services: docker
# and a mac build
- os: osx
# PyPy 7.3.2 needs macOS >= 10.14
osx_image: xcode10.2
language: shell
# and a windows build
- os: windows
-2
View File
@@ -15,8 +15,6 @@ jobs:
arch: s390x
# and a mac build
- os: osx
# PyPy 7.3.2 needs macOS >= 10.14
osx_image: xcode10.2
language: shell
# and a windows build
- os: windows
-2
View File
@@ -64,8 +64,6 @@ jobs:
- stage: deploy
name: Build and deploy macOS wheels
os: osx
# PyPy 7.3.2 needs macOS >= 10.14
osx_image: xcode10.2
language: shell
install: python3 -m pip install cibuildwheel==1.6.4
script: python3 -m cibuildwheel --output-dir wheelhouse