Update release description to require Windows 10

libloot hasn't been built or tested on Windows 7 as part of CI since 2018, and probably hasn't worked on Windows 7, 8 or 8.1 since at least May 2024, and developing for Windows 7 hasn't been practical for some time, so this isn't increasing the requirement so much as reflecting that it increased at some point in the past.
This commit is contained in:
Oliver Hamlet
2025-07-22 19:56:21 +01:00
parent 206e864bed
commit 5316df055e
+1 -1
View File
@@ -28,7 +28,7 @@ jobs:
tag_name: ${{ steps.get-git-tag.outputs.name }}
release_name: libloot v${{ steps.get-git-tag.outputs.name }}
body: |
Requires Windows 7 or later, the MSVC 2022 [x86](https://aka.ms/vs/17/release/vc_redist.x86.exe) or [x64](https://aka.ms/vs/17/release/vc_redist.x64.exe) redistributable for 32-bit and 64-bit builds respectively, and [7-Zip](http://www.7-zip.org/) to extract the archives.
Requires Windows 10 or later, the MSVC 2022 [x86](https://aka.ms/vs/17/release/vc_redist.x86.exe) or [x64](https://aka.ms/vs/17/release/vc_redist.x64.exe) redistributable for 32-bit and 64-bit builds respectively, and [7-Zip](http://www.7-zip.org/) to extract the archives.
## Change Logs
- [API](https://loot-api.readthedocs.io/en/latest/api/changelog.html)