build with Python 3.12.1

This commit is contained in:
sebthom
2023-12-11 12:54:46 +01:00
parent ef0915f481
commit b903e604fc
2 changed files with 4 additions and 4 deletions

2
.actrc
View File

@@ -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.12 --matrix PYTHON_VERSION:3.12.1

View File

@@ -55,13 +55,13 @@ jobs:
PYTHON_VERSION: "3.10" PYTHON_VERSION: "3.10"
PUBLISH_RELEASE: false PUBLISH_RELEASE: false
- os: macos-latest - os: macos-latest
PYTHON_VERSION: "3.12" PYTHON_VERSION: "3.12.1"
PUBLISH_RELEASE: true PUBLISH_RELEASE: true
- os: ubuntu-latest - os: ubuntu-latest
PYTHON_VERSION: "3.12" PYTHON_VERSION: "3.12.1"
PUBLISH_RELEASE: true PUBLISH_RELEASE: true
- os: windows-latest - os: windows-latest
PYTHON_VERSION: "3.12" PYTHON_VERSION: "3.12.1"
PUBLISH_RELEASE: true PUBLISH_RELEASE: true
runs-on: ${{ matrix.os }} runs-on: ${{ matrix.os }}