diff --git a/.github/workflows/python.yml b/.github/workflows/python.yml index 6e8a37da..765c282e 100644 --- a/.github/workflows/python.yml +++ b/.github/workflows/python.yml @@ -217,17 +217,10 @@ jobs: - "3.10" - "3.9" # lowest supported -- handled in include exclude: - - os: macos-latest + - os: macos-latest # macos-latest is incompatible with some PY versions python-version: "3.10" - - os: macos-latest + - os: macos-latest # macos-latest is incompatible with some PY versions python-version: "3.9" - include: - - os: macos-13 - python-version: "3.10" - unittest-args: [] - - os: macos-13 - python-version: "3.9" - unittest-args: [] steps: - name: Checkout # see https://github.com/actions/checkout diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index f8d33478..3e1b54be 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -60,7 +60,7 @@ env: REPORTS_DIR: CI_reports DIST_DIR: dist DIST_ARTIFACT: python-dist - PYTHON_VERSION_DEFAULT: "3.12" + PYTHON_VERSION_DEFAULT: "3.14" POETRY_VERSION: "1.8.1" permissions: {}