File tree Expand file tree Collapse file tree 5 files changed +29
-5
lines changed Expand file tree Collapse file tree 5 files changed +29
-5
lines changed Original file line number Diff line number Diff line change @@ -8,16 +8,16 @@ source .github/scripts/retry.sh
88#  List python versions
99ls /opt/python
1010
11- if  [ $PYTHON_VERSION  ==  " 3.6" ;  then 
12-     PYBIN=" /opt/python/cp36-cp36m/bin" 
13- elif  [ $PYTHON_VERSION  ==  " 3.7" ;  then 
11+ if  [ $PYTHON_VERSION  ==  " 3.7" ;  then 
1412    PYBIN=" /opt/python/cp37-cp37m/bin" 
1513elif  [ $PYTHON_VERSION  ==  " 3.8" ;  then 
1614    PYBIN=" /opt/python/cp38-cp38/bin" 
1715elif  [ $PYTHON_VERSION  ==  " 3.9" ;  then 
1816    PYBIN=" /opt/python/cp39-cp39/bin" 
1917elif  [ $PYTHON_VERSION  ==  " 3.10" ;  then 
2018    PYBIN=" /opt/python/cp310-cp310/bin" 
19+ elif  [ $PYTHON_VERSION  ==  " 3.11" ;  then 
20+     PYBIN=" /opt/python/cp311-cp311/bin" 
2121else 
2222    echo  " Unsupported Python version $PYTHON_VERSION " 
2323    exit  1
Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ export PYTHON_INSTALLER_MACOS_VERSION=$MACOS_MIN_VERSION
2525#  Instead we install python.org binaries which are built with 10.6/10.9 target
2626#  and hence provide wider compatibility for the wheels we create.
2727#  See https://github.com/actions/setup-python/issues/26.
28- git clone https://github.com/matthew-brett /multibuild.git
28+ git clone https://github.com/multi-build /multibuild.git
2929pushd  multibuild
3030set  +x #  reduce noise
3131source  osx_utils.sh
Original file line number Diff line number Diff line change 3030          docker-image : quay.io/pypa/manylinux2014_x86_64 
3131          python-version : ' 3.10' 
3232          numpy-version : ' 1.21.*' 
33+         - os-image : ubuntu-latest 
34+           os-name : linux 
35+           docker-image : quay.io/pypa/manylinux2014_x86_64 
36+           python-version : ' 3.11' 
37+           numpy-version : ' 1.23.*' 
3338
3439        - os-image : macos-latest 
3540          os-name : mac 
5156          macos-min-version : ' 10.9' 
5257          python-version : ' 3.10' 
5358          numpy-version : ' 1.21.*' 
59+         - os-image : macos-latest 
60+           os-name : mac 
61+           macos-min-version : ' 10.9' 
62+           python-version : ' 3.11' 
63+           numpy-version : ' 1.23.*' 
5464
5565        - os-image : windows-latest 
5666          os-name : windows 
7282          python-version : ' 3.10' 
7383          python-arch : ' 64' 
7484          numpy-version : ' 1.21.*' 
85+         - os-image : windows-latest 
86+           os-name : windows 
87+           python-version : ' 3.11' 
88+           python-arch : ' 64' 
89+           numpy-version : ' 1.23.*' 
7590
7691    runs-on : ${{ matrix.config.os-image }} 
7792
@@ -101,6 +116,14 @@ jobs:
101116      with :
102117        python-version : ${{ matrix.config.python-version }} 
103118
119+     - name : Remove pre-installed vcpkg 
120+       if : matrix.config.os-name == 'windows' 
121+       run : | 
122+         rm -rf "$VCPKG_INSTALLATION_ROOT" 
123+         echo "VCPKG_INSTALLATION_ROOT=" >> $GITHUB_ENV 
124+         echo "VCPKG_ROOT=" >> $GITHUB_ENV 
125+ shell : bash 
126+ 
104127    - name : Build wheels (Windows) 
105128      if : matrix.config.os-name == 'windows' 
106129      run : .github/scripts/build-windows.ps1 
Original file line number Diff line number Diff line change @@ -178,6 +178,7 @@ Python     numpy
1781783.8        >= 1.17 
1791793.9        >= 1.19
1801803.10       >= 1.21
181+ 3.11       >= 1.23
181182========== ========= 
182183
183184.. _lensfun : https://lensfun.github.io/ 
Original file line number Diff line number Diff line change 1- __version__  =  "1.11.0 " 
1+ __version__  =  "1.11.1 " 
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments