mirror of
https://github.com/Second-Hand-Friends/kleinanzeigen-bot.git
synced 2026-03-12 10:31:50 +01:00
build with Python 3.12.1
This commit is contained in:
2
.actrc
2
.actrc
@@ -6,4 +6,4 @@
|
||||
-W .github/workflows/build.yml
|
||||
-j build
|
||||
--matrix os:ubuntu-latest
|
||||
--matrix PYTHON_VERSION:3.12
|
||||
--matrix PYTHON_VERSION:3.12.1
|
||||
|
||||
6
.github/workflows/build.yml
vendored
6
.github/workflows/build.yml
vendored
@@ -55,13 +55,13 @@ jobs:
|
||||
PYTHON_VERSION: "3.10"
|
||||
PUBLISH_RELEASE: false
|
||||
- os: macos-latest
|
||||
PYTHON_VERSION: "3.12"
|
||||
PYTHON_VERSION: "3.12.1"
|
||||
PUBLISH_RELEASE: true
|
||||
- os: ubuntu-latest
|
||||
PYTHON_VERSION: "3.12"
|
||||
PYTHON_VERSION: "3.12.1"
|
||||
PUBLISH_RELEASE: true
|
||||
- os: windows-latest
|
||||
PYTHON_VERSION: "3.12"
|
||||
PYTHON_VERSION: "3.12.1"
|
||||
PUBLISH_RELEASE: true
|
||||
|
||||
runs-on: ${{ matrix.os }}
|
||||
|
||||
Reference in New Issue
Block a user