Skip to content

Commit 848b436

Browse files
authored
Add CircleCI job to test on Python 3.10-rc (#307)
1 parent 030f87f commit 848b436

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

.circleci/config.yml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -112,6 +112,13 @@ jobs:
112112
- test-start
113113
- test-python-version
114114

115+
build-310:
116+
docker:
117+
- image: circleci/python:3.10-rc
118+
steps:
119+
- test-start
120+
- test-python-version
121+
115122
docs-deploy:
116123
docker:
117124
- image: node:8.10.0
@@ -185,6 +192,10 @@ workflows:
185192
filters:
186193
tags:
187194
only: /.*/
195+
- build-310:
196+
filters:
197+
tags:
198+
only: /.*/
188199
- docs-deploy:
189200
requires:
190201
- build-37

0 commit comments

Comments
 (0)