Skip to content

Commit 5724d36

Browse files
authored
Python 3.10 support and trove (#63)
1 parent 0ba6f3d commit 5724d36

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.circleci/config.yml

+3
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,8 @@ commands:
6060
- run:
6161
name: install dependencies
6262
command: |
63+
# https://github.com/python-poetry/poetry/issues/4210
64+
poetry config experimental.new-installer false
6365
poetry install
6466
6567
- 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)