Skip to content

Commit 007a43c

Browse files
committed
ci: include Python 3.9 RC1
1 parent f7abac6 commit 007a43c

File tree

2 files changed

+1
-7
lines changed

2 files changed

+1
-7
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -58,12 +58,6 @@ jobs:
5858
arch: x64
5959
max-cxx-std: 17
6060

61-
# Currently can't build due to warning, fixed in CPython > 3.9b5
62-
- runs-on: macos-latest
63-
python: 3.9-dev
64-
arch: x64
65-
max-cxx-std: 17
66-
6761
# Currently broken on embed_test
6862
- runs-on: windows-latest
6963
python: 3.8

tests/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
--extra-index-url https://antocuni.github.io/pypy-wheels/manylinux2010/
22
numpy==1.16.6; python_version<"3.6"
33
numpy==1.18.0; platform_python_implementation=="PyPy" and sys_platform=="darwin" and python_version>="3.6"
4-
numpy==1.19.1; (platform_python_implementation!="PyPy" or sys_platform!="darwin") and python_version>="3.6"
4+
numpy==1.19.1; (platform_python_implementation!="PyPy" or sys_platform!="darwin") and python_version>="3.6" and python_version<"3.9"
55
pytest==4.6.9; python_version<"3.5"
66
pytest==5.4.3; python_version>="3.5"
77
scipy==1.2.3; (platform_python_implementation!="PyPy" or sys_platform!="darwin") and python_version<"3.6"

0 commit comments

Comments
 (0)