We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c4bd0e3 commit 9e58ce9Copy full SHA for 9e58ce9
2 files changed
.circleci/config.yml
@@ -60,6 +60,8 @@ commands:
60
- run:
61
name: install dependencies
62
command: |
63
+ # https://github.com/python-poetry/poetry/issues/4210
64
+ poetry config experimental.new-installer false
65
poetry install
66
67
@@ -120,6 +122,7 @@ python-versions: &python-versions
120
122
python_version:
121
123
- "3.8.9"
124
- "3.9.4"
125
+ - "3.10.0"
126
- "latest"
127
128
workflows:
pyproject.toml
@@ -12,6 +12,7 @@ classifiers = [
12
'Intended Audience :: Developers',
13
'Programming Language :: Python :: 3.8',
14
'Programming Language :: Python :: 3.9',
15
+ 'Programming Language :: Python :: 3.10',
16
'License :: OSI Approved :: BSD License',
17
'Development Status :: 5 - Production/Stable'
18
0 commit comments