File tree Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -62,6 +62,8 @@ commands:
62
62
- run :
63
63
name : build sdist and wheels
64
64
command : |
65
+ # https://github.com/python-poetry/poetry/issues/4210
66
+ poetry config experimental.new-installer false
65
67
poetry build
66
68
67
69
- run :
@@ -121,6 +123,7 @@ python-versions: &python-versions
121
123
- " 3.7.9"
122
124
- " 3.8.9"
123
125
- " 3.9.4"
126
+ - " 3.10.0"
124
127
- " latest"
125
128
126
129
workflows :
Original file line number Diff line number Diff line change @@ -14,6 +14,7 @@ classifiers=[
14
14
' Programming Language :: Python :: 3.7' ,
15
15
' Programming Language :: Python :: 3.8' ,
16
16
' Programming Language :: Python :: 3.9' ,
17
+ ' Programming Language :: Python :: 3.10' ,
17
18
' License :: OSI Approved :: BSD License' ,
18
19
' Development Status :: 5 - Production/Stable'
19
20
]
You can’t perform that action at this time.
0 commit comments