File tree Expand file tree Collapse file tree 1 file changed +9
-16
lines changed Expand file tree Collapse file tree 1 file changed +9
-16
lines changed Original file line number Diff line number Diff line change 1616version : 2.1
1717
1818orbs :
19- python : circleci/python@0.3.2
19+ python : circleci/python@2.1.1
2020
2121jobs :
2222 python_test :
@@ -25,21 +25,17 @@ jobs:
2525 type : string
2626 default : " 3.9"
2727 docker :
28- - image : circleci /python:<< parameters.python_ver >>
28+ - image : cimg /python:<< parameters.python_ver >>
2929 steps :
3030 - checkout
31- - python/load-cache :
32- dependency-file : requirements_dev.txt
33- key : depsv3-{{ .Branch }}.{{ arch }}-PY<< parameters.python_ver >>
31+ - python/install-packages :
32+ pip- dependency-file : requirements_dev.txt
33+ pkg-manager : pip
3434 - run :
3535 name : Deps
3636 command : |
3737 sudo apt-get update
3838 sudo apt-get install cmake openssh-server
39- pip install -r requirements_dev.txt
40- - python/save-cache :
41- dependency-file : requirements_dev.txt
42- key : depsv3-{{ .Branch }}.{{ arch }}-PY<< parameters.python_ver >>
4339 - run :
4440 command : |
4541 pip install -e .
9591 - run :
9692 name : sdist
9793 command : python setup.py sdist
98- - python/load-cache :
99- key : manylinuxdepsv6-{{ .Branch }}.{{ arch }}
100- dependency-file : requirements_dev.txt
94+ - python/install-packages :
95+ pip-dependency-file : requirements_dev.txt
96+ pkg-manager : pip
10197 - run :
10298 name : Git LFS
10399 command : |
@@ -113,9 +109,6 @@ jobs:
113109 pip install twine
114110 which twine
115111 which python3
116- - python/save-cache :
117- key : manylinuxdepsv6-{{ .Branch }}.{{ arch }}
118- dependency-file : requirements_dev.txt
119112 - run :
120113 name : Build Wheels
121114 command : |
@@ -150,7 +143,7 @@ workflows:
150143 - " 3.6"
151144 - " 3.8"
152145 - " 3.9"
153- - " 3.10 "
146+ - " 3.11 "
154147 filters :
155148 tags :
156149 ignore : /.*/
You can’t perform that action at this time.
0 commit comments