We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 030f87f commit 848b436Copy full SHA for 848b436
.circleci/config.yml
@@ -112,6 +112,13 @@ jobs:
112
- test-start
113
- test-python-version
114
115
+ build-310:
116
+ docker:
117
+ - image: circleci/python:3.10-rc
118
+ steps:
119
+ - test-start
120
+ - test-python-version
121
+
122
docs-deploy:
123
docker:
124
- image: node:8.10.0
@@ -185,6 +192,10 @@ workflows:
185
192
filters:
186
193
tags:
187
194
only: /.*/
195
+ - build-310:
196
+ filters:
197
+ tags:
198
+ only: /.*/
188
199
- docs-deploy:
189
200
requires:
190
201
- build-37
0 commit comments