Skip to content

Commit 8103276

Browse files
authored
Merge pull request #40 from RedisBloom/ck-circle-trove-3.10
2 parents 6756217 + 093d903 commit 8103276

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.circleci/config.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,8 @@ commands:
6161
- run:
6262
name: build sdist and wheels
6363
command: |
64+
# https://github.com/python-poetry/poetry/issues/4210
65+
poetry config experimental.new-installer false
6466
poetry build
6567
6668
- run:
@@ -119,6 +121,7 @@ python-versions: &python-versions
119121
- "3.7.9"
120122
- "3.8.9"
121123
- "3.9.4"
124+
- "3.10.0"
122125
- "latest"
123126

124127
workflows:

0 commit comments

Comments
 (0)