Skip to content

Commit 5d277a2

Browse files
authored
Python 3.10 support, trove, and ci (#156)
1 parent 47f1c18 commit 5d277a2

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

.circleci/circle_requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
poetry
1+
poetry>=1.1.0
22
tox>=3.23.1
33
tox-poetry>=0.4.0

.circleci/config.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,8 @@ commands:
5656
- run:
5757
name: install dependencies
5858
command: |
59+
# https://github.com/python-poetry/poetry/issues/4210
60+
poetry config experimental.new-installer false
5961
poetry install
6062
6163
- run:
@@ -118,6 +120,7 @@ python-versions: &python-versions
118120
- "3.7.9"
119121
- "3.8.9"
120122
- "3.9.4"
123+
- "3.10.0"
121124
- "latest"
122125

123126
workflows:

0 commit comments

Comments
 (0)