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 @@ -60,6 +60,8 @@ commands:
6060 - run :
6161 name : install dependencies
6262 command : |
63+ # https://github.com/python-poetry/poetry/issues/4210
64+ poetry config experimental.new-installer false
6365 poetry install
6466
6567 - run :
@@ -120,6 +122,7 @@ python-versions: &python-versions
120122 python_version :
121123 - " 3.8.9"
122124 - " 3.9.4"
125+ - " 3.10.0"
123126 - " latest"
124127
125128workflows :
Original file line number Diff line number Diff line change @@ -12,6 +12,7 @@ classifiers = [
1212 ' Intended Audience :: Developers' ,
1313 ' Programming Language :: Python :: 3.8' ,
1414 ' Programming Language :: Python :: 3.9' ,
15+ ' Programming Language :: Python :: 3.10' ,
1516 ' License :: OSI Approved :: BSD License' ,
1617 ' Development Status :: 5 - Production/Stable'
1718
You can’t perform that action at this time.
0 commit comments