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