2323 fetch-depth : 0
2424 submodules : ' recursive'
2525 - name : Set up Python
26- uses : actions/setup-python@v2
26+ uses : actions/setup-python@v4
2727 with :
28- python-version : 3.9
28+ python-version : ' 3.11 '
2929 - name : Setup Ubuntu
3030 run : |
3131 sudo apt-get -y install gfortran cmake --fix-missing
@@ -58,23 +58,23 @@ jobs:
5858 - ' macos'
5959 python :
6060 - ' 3.7'
61- - ' 3.10 '
61+ - ' 3.11 '
6262 bla_vendor : [ 'unset' ]
6363 include :
6464 - os : ' ubuntu'
65- python : ' 3.10 '
65+ python : ' 3.11 '
6666 bla_vendor : ' Generic'
6767 - os : ' ubuntu'
68- python : ' 3.10 '
68+ python : ' 3.11 '
6969 bla_vendor : ' OpenBLAS'
7070 - os : ' macos'
71- python : ' 3.10 '
71+ python : ' 3.11 '
7272 bla_vendor : ' Apple'
7373 - os : ' macos'
74- python : ' 3.10 '
74+ python : ' 3.11 '
7575 bla_vendor : ' Generic'
7676 - os : ' macos'
77- python : ' 3.10 '
77+ python : ' 3.11 '
7878 bla_vendor : ' OpenBLAS'
7979
8080 steps :
8484 fetch-depth : 0
8585 submodules : ' recursive'
8686 - name : Set up Python
87- uses : actions/setup-python@v2
87+ uses : actions/setup-python@v4
8888 with :
8989 python-version : ${{ matrix.python }}
9090 - name : Setup Ubuntu
@@ -113,7 +113,7 @@ jobs:
113113 echo "bla_vendor option ${{ matrix.bla_vendor }} not supported"
114114 exit 1 ;;
115115 esac
116- echo "FC=gfortran-10 " >> $GITHUB_ENV
116+ echo "FC=gfortran-11 " >> $GITHUB_ENV
117117 - name : Build wheel
118118 env :
119119 BLA_VENDOR : ${{ matrix.bla_vendor }}
@@ -144,7 +144,7 @@ jobs:
144144 - ' windows'
145145 python :
146146 - ' 3.9'
147- - ' 3.10 '
147+ - ' 3.11 '
148148
149149 steps :
150150 - name : Checkout Slycot
@@ -168,7 +168,7 @@ jobs:
168168 run : |
169169 set -e
170170 numpyversion=$(python -c 'import numpy; print(numpy.version.version)')
171- conda mambabuild --python "${{ matrix.python }}" --numpy $numpyversion conda-recipe
171+ conda build --python "${{ matrix.python }}" --numpy $numpyversion conda-recipe
172172 # preserve directory structure for custom conda channel
173173 find "${CONDA_PREFIX}/conda-bld" -maxdepth 2 -name 'slycot*.tar.bz2' | while read -r conda_pkg; do
174174 conda_platform=$(basename $(dirname "${conda_pkg}"))
@@ -243,7 +243,7 @@ jobs:
243243 repository : ' python-control/python-control'
244244 path : python-control
245245 - name : Setup Python
246- uses : actions/setup-python@v2
246+ uses : actions/setup-python@v4
247247 with :
248248 python-version : ${{ matrix.python }}
249249 - name : Setup Ubuntu
0 commit comments