Skip to content

Commit c27abb4

Browse files
committed
use python 3.11 for doc build on appveyor.yml
1 parent 71091f5 commit c27abb4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

appveyor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ build_script:
4141

4242
after_build:
4343
- if "%configuration%"=="Release" cd "%APPVEYOR_BUILD_FOLDER%"\docs
44-
- if "%configuration%"=="Release" set PATH=C:\Python310-x64;C:\Python310-x64\Scripts;%PATH%
44+
- if "%configuration%"=="Release" set PATH=C:\Python311-x64;C:\Python311-x64\Scripts;%PATH%
4545
- if "%configuration%"=="Release" python -m pip install --upgrade pip
4646
- if "%configuration%"=="Release" pip install -U sphinx
4747
- if "%configuration%"=="Release" make.bat html

0 commit comments

Comments
 (0)