diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index f488527..a6418a8 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -11,6 +11,7 @@ jobs: pull-requests: write secrets: inherit with: - self-hosted-runner: true - self-hosted-runner-label: "edge" + self-hosted-runner: false + runs-on-base: ubuntu-24.04 with-uv: true + python-version: 3.12 diff --git a/pyproject.toml b/pyproject.toml index 4cec2da..7d1d855 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -55,7 +55,7 @@ integration = [ package = false [tool.ruff] -target-version = "py310" +target-version = "py312" line-length = 99 # enable ruff linters: