Skip to content

Commit bb67321

Browse files
committed
ci: Test Py39 with unreleased cython 3.0
1 parent 871b685 commit bb67321

File tree

2 files changed

+16
-3
lines changed

2 files changed

+16
-3
lines changed

.circleci/config.yml

Lines changed: 15 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,20 @@ jobs:
9090
- image: circleci/python:3.9-rc
9191
environment: *env
9292
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
94107

95108
python_extra:
96109
docker:
@@ -152,7 +165,7 @@ workflows:
152165
build:
153166
jobs:
154167
- python_extra
155-
# - python_39 # Requires Python 3.0
168+
- python_39
156169
- python_38
157170
- python_37
158171
- python_36

ChangeLog

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[next]
22

3-
* tls: Partial support Python 3.9
3+
* ci: Partial support to Python 3.9
44

55
[1.1.0] - 2020-02-22
66

0 commit comments

Comments
 (0)