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 47f1c18 commit 5d277a2Copy full SHA for 5d277a2
.circleci/circle_requirements.txt
@@ -1,3 +1,3 @@
1
-poetry
+poetry>=1.1.0
2
tox>=3.23.1
3
tox-poetry>=0.4.0
.circleci/config.yml
@@ -56,6 +56,8 @@ commands:
56
- run:
57
name: install dependencies
58
command: |
59
+ # https://github.com/python-poetry/poetry/issues/4210
60
+ poetry config experimental.new-installer false
61
poetry install
62
63
@@ -118,6 +120,7 @@ python-versions: &python-versions
118
120
- "3.7.9"
119
121
- "3.8.9"
122
- "3.9.4"
123
+ - "3.10.0"
124
- "latest"
125
126
workflows:
0 commit comments