Skip to content

Commit

Permalink
ci: Prepare experimental support for Python 3.10
Browse files Browse the repository at this point in the history
This does not yet work because of

 pypa/wheel#354
  • Loading branch information
Synss committed Oct 16, 2020
1 parent f0150f3 commit 83a592c
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,13 @@ jobs:
working_directory: ~/python-mbedtls
steps: *steps

python_310:
docker:
- image: circleci/python:3.10-rc
environment: *env
working_directory: ~/python-mbedtls
steps: *steps

python_qa:
docker: *qa
working_directory: ~/python-mbedtls
Expand Down
1 change: 1 addition & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
* tls: Add accessors to min/max timeout DTLS handshake.
* ci: Support Python 3.9 final.
* ci: update wheels to mbedtls 2.16.8.
* ci: Prepare experimental support for Python 3.10.

[1.3.1] - 2020-07-23

Expand Down

0 comments on commit 83a592c

Please sign in to comment.