mirror of
https://github.com/Second-Hand-Friends/kleinanzeigen-bot.git
synced 2026-03-12 10:31:50 +01:00
build: upgrade to Python 3.14 (#636)
Co-authored-by: Jens <1742418+1cu@users.noreply.github.com>
This commit is contained in:
committed by
GitHub
parent
799ec447af
commit
dadd08aedb
8
.github/workflows/build.yml
vendored
8
.github/workflows/build.yml
vendored
@@ -74,16 +74,16 @@ jobs:
|
||||
PYTHON_VERSION: "3.10"
|
||||
PUBLISH_RELEASE: false
|
||||
- os: macos-13 # X86
|
||||
PYTHON_VERSION: "3.13.5"
|
||||
PYTHON_VERSION: "3.14"
|
||||
PUBLISH_RELEASE: true
|
||||
- os: macos-latest # ARM
|
||||
PYTHON_VERSION: "3.13.5"
|
||||
PYTHON_VERSION: "3.14"
|
||||
PUBLISH_RELEASE: true
|
||||
- os: ubuntu-latest
|
||||
PYTHON_VERSION: "3.13.5"
|
||||
PYTHON_VERSION: "3.14"
|
||||
PUBLISH_RELEASE: true
|
||||
- os: windows-latest
|
||||
PYTHON_VERSION: "3.13.5"
|
||||
PYTHON_VERSION: "3.14"
|
||||
PUBLISH_RELEASE: true
|
||||
|
||||
runs-on: ${{ matrix.os }} # https://github.com/actions/runner-images#available-images
|
||||
|
||||
Reference in New Issue
Block a user