Skip to content

Commit

Permalink
prepare 3.10, win python 3.10.8?
Browse files Browse the repository at this point in the history
  • Loading branch information
HenriWahl committed Oct 27, 2022
1 parent 2d8b253 commit 8d880da
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-release-latest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:
branches: '**'

env:
python_win_version: 3.10.7
python_win_version: 3.10.8
repo_dir: nagstamon-jekyll/docs/repo

jobs:
Expand Down Expand Up @@ -127,7 +127,7 @@ jobs:
with:
python-version: ${{ env.python_win_version }}
architecture: x86
# no PyQt6 for win32 available on Pypi.org
# no PyQt6 for win32 available on pypi.org
- run: ((Get-Content -path build/requirements/windows.txt -Raw) -replace 'pyqt6.*','pyqt5') | Set-Content -Path build/requirements/windows.txt
- run: python -m pip install --no-warn-script-location -r build/requirements/windows.txt
# pretty hacky but no other idea to avoid gssapi being installed which breaks requests-kerberos
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-release-stable.yml
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ jobs:
with:
python-version: ${{ env.python_win_version }}
architecture: x86
# no PyQt6 for win32 available on Pypi.org
# no PyQt6 for win32 available on pypi.org
- run: ((Get-Content -path build/requirements/windows.txt -Raw) -replace 'pyqt6.*','pyqt5') | Set-Content -Path build/requirements/windows.txt
- run: python -m pip install --no-warn-script-location -r build/requirements/windows.txt
# pretty hacky but no other idea to avoid gssapi being installed which breaks requests-kerberos
Expand Down
2 changes: 1 addition & 1 deletion ChangeLog
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ nagstamon (3.10.0) stable; urgency=low
- fixes for TLS
- fixes for Checkmk

-- Henri Wahl <[email protected]> Mon, 25 Oct 2022 08:00:00 +0100
-- Henri Wahl <[email protected]> Thu, 27 Oct 2022 08:00:00 +0100

nagstamon (3.8.0) stable; urgency=low
* New upstream
Expand Down
2 changes: 1 addition & 1 deletion build/debian/changelog
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ nagstamon (3.10.0) stable; urgency=low
- fixes for TLS
- fixes for Checkmk

-- Henri Wahl <[email protected]> Mon, 25 Oct 2022 08:00:00 +0100
-- Henri Wahl <[email protected]> Thu, 27 Oct 2022 08:00:00 +0100

nagstamon (3.8.0) stable; urgency=low
* New upstream
Expand Down

0 comments on commit 8d880da

Please sign in to comment.