File tree 1 file changed +15
-2
lines changed 1 file changed +15
-2
lines changed Original file line number Diff line number Diff line change @@ -109,7 +109,7 @@ matrix:
109
109
- os : linux
110
110
dist : xenial
111
111
env : PYTHON=3.8 CPP=17 GCC=7
112
- name : Python 3.8, c++17, gcc 7 (w/o numpy/scipy) # TODO: update build name when the numpy/scipy wheels become available
112
+ name : Python 3.8, c++17, gcc 7
113
113
addons :
114
114
apt :
115
115
sources :
@@ -119,7 +119,20 @@ matrix:
119
119
- g++-7
120
120
- python3.8-dev
121
121
- python3.8-venv
122
- # Currently there is no numpy/scipy wheels available for python3.8
122
+ - os : linux
123
+ dist : xenial
124
+ env : PYTHON=3.9 CPP=17 GCC=7
125
+ name : Python 3.9 beta, c++17, gcc 7 (w/o numpy/scipy) # TODO: update build name when the numpy/scipy wheels become available
126
+ addons :
127
+ apt :
128
+ sources :
129
+ - deadsnakes
130
+ - ubuntu-toolchain-r-test
131
+ packages :
132
+ - g++-7
133
+ - python3.9-dev
134
+ - python3.9-venv
135
+ # Currently there are no numpy/scipy wheels available for python3.9
123
136
# TODO: remove next before_install, install and script clause when the wheels become available
124
137
before_install :
125
138
- pyenv global $(pyenv whence 2to3) # activate all python versions
You can’t perform that action at this time.
0 commit comments