mirror of
https://github.com/Second-Hand-Friends/kleinanzeigen-bot.git
synced 2026-03-12 18:41:50 +01:00
chore: upgrade to Python 3.13.5
This commit is contained in:
2
.actrc
2
.actrc
@@ -6,4 +6,4 @@
|
|||||||
-W .github/workflows/build.yml
|
-W .github/workflows/build.yml
|
||||||
-j build
|
-j build
|
||||||
--matrix os:ubuntu-latest
|
--matrix os:ubuntu-latest
|
||||||
--matrix PYTHON_VERSION:3.13.2
|
--matrix PYTHON_VERSION:3.13.5
|
||||||
|
|||||||
8
.github/workflows/build.yml
vendored
8
.github/workflows/build.yml
vendored
@@ -74,16 +74,16 @@ jobs:
|
|||||||
PYTHON_VERSION: "3.10"
|
PYTHON_VERSION: "3.10"
|
||||||
PUBLISH_RELEASE: false
|
PUBLISH_RELEASE: false
|
||||||
- os: macos-13 # X86
|
- os: macos-13 # X86
|
||||||
PYTHON_VERSION: "3.13.3"
|
PYTHON_VERSION: "3.13.5"
|
||||||
PUBLISH_RELEASE: true
|
PUBLISH_RELEASE: true
|
||||||
- os: macos-latest # ARM
|
- os: macos-latest # ARM
|
||||||
PYTHON_VERSION: "3.13.3"
|
PYTHON_VERSION: "3.13.5"
|
||||||
PUBLISH_RELEASE: true
|
PUBLISH_RELEASE: true
|
||||||
- os: ubuntu-latest
|
- os: ubuntu-latest
|
||||||
PYTHON_VERSION: "3.13.3"
|
PYTHON_VERSION: "3.13.5"
|
||||||
PUBLISH_RELEASE: true
|
PUBLISH_RELEASE: true
|
||||||
- os: windows-latest
|
- os: windows-latest
|
||||||
PYTHON_VERSION: "3.13.3"
|
PYTHON_VERSION: "3.13.5"
|
||||||
PUBLISH_RELEASE: true
|
PUBLISH_RELEASE: true
|
||||||
|
|
||||||
runs-on: ${{ matrix.os }} # https://github.com/actions/runner-images#available-images
|
runs-on: ${{ matrix.os }} # https://github.com/actions/runner-images#available-images
|
||||||
|
|||||||
2
.github/workflows/codeql-analysis.yml
vendored
2
.github/workflows/codeql-analysis.yml
vendored
@@ -41,7 +41,7 @@ defaults:
|
|||||||
shell: bash
|
shell: bash
|
||||||
|
|
||||||
env:
|
env:
|
||||||
PYTHON_VERSION: "3.13.2"
|
PYTHON_VERSION: "3.13.5"
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user