File tree Expand file tree Collapse file tree 2 files changed +16
-3
lines changed Expand file tree Collapse file tree 2 files changed +16
-3
lines changed Original file line number Diff line number Diff line change 90
90
- image : circleci/python:3.9-rc
91
91
environment : *env
92
92
working_directory : ~/python-mbedtls
93
- steps : *steps
93
+ steps :
94
+ - checkout
95
+ - run : *deps
96
+ - run : *python_version
97
+ - restore_cache : *restore_cache_ccache
98
+ - run : *mbedtls
99
+ - run :
100
+ name : Install cython from git
101
+ command : |
102
+ python -m pip install --user git+https://github.com/cython/cython.git@master
103
+ - run : *install
104
+ - save_cache : *save_cache_ccache
105
+ - run : *tests
106
+ - store_artifacts : *artifacts
94
107
95
108
python_extra :
96
109
docker :
@@ -152,7 +165,7 @@ workflows:
152
165
build :
153
166
jobs :
154
167
- python_extra
155
- # - python_39 # Requires Python 3.0
168
+ - python_39
156
169
- python_38
157
170
- python_37
158
171
- python_36
Original file line number Diff line number Diff line change 1
1
[next]
2
2
3
- * tls : Partial support Python 3.9
3
+ * ci : Partial support to Python 3.9
4
4
5
5
[1.1.0] - 2020-02-22
6
6
You can’t perform that action at this time.
0 commit comments