File tree Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change 1- version : 3.14 .{build}
1+ version : 3.15 .{build}
22
33image :
44- Visual Studio 2022
@@ -16,7 +16,6 @@ environment:
1616
1717install :
1818 - if %PYTHONDIR:-x64=%==%PYTHONDIR% (set ARCH=x86) else set ARCH=x64
19- - choco install -y InnoSetup
2019 - set PATH=%PYTHONDIR%;%PYTHONDIR%\scripts;C:\Program Files (x86)\Inno Setup 5;%PATH%
2120 - python --version
2221 - echo %PATH%
Original file line number Diff line number Diff line change 3737 # Versions should comply with PEP440. For a discussion on single-sourcing
3838 # the version across setup.py and the project code, see
3939 # https://packaging.python.org/en/latest/single_source_version.html
40- version = '3.14 .0' ,
40+ version = '3.15 .0' ,
4141
4242 description = 'L5R RPG character manager' ,
4343
You can’t perform that action at this time.
0 commit comments