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:
6262 - run :
6363 name : build sdist and wheels
6464 command : |
65+ # https://github.com/python-poetry/poetry/issues/4210
66+ poetry config experimental.new-installer false
6567 poetry build
6668
6769 - run :
@@ -121,6 +123,7 @@ python-versions: &python-versions
121123 - " 3.7.9"
122124 - " 3.8.9"
123125 - " 3.9.4"
126+ - " 3.10.0"
124127 - " latest"
125128
126129workflows :
Original file line number Diff line number Diff line change @@ -14,6 +14,7 @@ classifiers=[
1414 ' Programming Language :: Python :: 3.7' ,
1515 ' Programming Language :: Python :: 3.8' ,
1616 ' Programming Language :: Python :: 3.9' ,
17+ ' Programming Language :: Python :: 3.10' ,
1718 ' License :: OSI Approved :: BSD License' ,
1819 ' Development Status :: 5 - Production/Stable'
1920]
You can’t perform that action at this time.
0 commit comments