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 d126865 commit 312c46dCopy full SHA for 312c46d
.circleci/config.yml
@@ -62,6 +62,8 @@ commands:
62
- run:
63
name: build sdist and wheels
64
command: |
65
+ # https://github.com/python-poetry/poetry/issues/4210
66
+ poetry config experimental.new-installer false
67
poetry build
68
69
@@ -121,6 +123,7 @@ python-versions: &python-versions
121
123
- "3.7.9"
122
124
- "3.8.9"
125
- "3.9.4"
126
+ - "3.10.0"
127
- "latest"
128
129
workflows:
pyproject.toml
@@ -14,6 +14,7 @@ classifiers=[
14
'Programming Language :: Python :: 3.7',
15
'Programming Language :: Python :: 3.8',
16
'Programming Language :: Python :: 3.9',
17
+ 'Programming Language :: Python :: 3.10',
18
'License :: OSI Approved :: BSD License',
19
'Development Status :: 5 - Production/Stable'
20
]
0 commit comments