File tree Expand file tree Collapse file tree 3 files changed +14
-4
lines changed
Expand file tree Collapse file tree 3 files changed +14
-4
lines changed Original file line number Diff line number Diff line change 1010 strategy :
1111 matrix :
1212 Python36Linux :
13- imageName : ' ubuntu-16 .04'
13+ imageName : ' ubuntu-18 .04'
1414 python.version : ' 3.6'
1515 Python36Windows :
1616 imageName : ' vs2017-win2016'
1919 imageName : ' macos-10.14'
2020 python.version : ' 3.6'
2121 Python38Linux :
22- imageName : ' ubuntu-16 .04'
22+ imageName : ' ubuntu-18 .04'
2323 python.version : ' 3.8'
2424 Python38Windows :
2525 imageName : ' vs2017-win2016'
@@ -28,14 +28,23 @@ jobs:
2828 imageName : ' macos-10.14'
2929 python.version : ' 3.8'
3030 Python39Linux :
31- imageName : ' ubuntu-16 .04'
31+ imageName : ' ubuntu-18 .04'
3232 python.version : ' 3.9'
3333 Python39Windows :
3434 imageName : ' vs2017-win2016'
3535 python.version : ' 3.9'
3636 Python39Mac :
3737 imageName : ' macos-10.14'
3838 python.version : ' 3.9'
39+ Python310Linux :
40+ imageName : ' ubuntu-18.04'
41+ python.version : ' 3.10'
42+ Python310Windows :
43+ imageName : ' vs2017-win2016'
44+ python.version : ' 3.10'
45+ Python310Mac :
46+ imageName : ' macos-10.15'
47+ python.version : ' 3.10'
3948 maxParallel : 4
4049 pool :
4150 vmImage : $(imageName)
Original file line number Diff line number Diff line change @@ -21,6 +21,7 @@ classifiers =
2121 Programming Language :: Python :: 3.7
2222 Programming Language :: Python :: 3.8
2323 Programming Language :: Python :: 3.9
24+ Programming Language :: Python :: 3.10
2425 Topic :: Scientific/Engineering
2526
2627[options]
Original file line number Diff line number Diff line change 1- __version__ = "2.4.1 "
1+ __version__ = "2.4.2 "
You can’t perform that action at this time.
0 commit comments