Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 2 additions & 9 deletions .github/workflows/python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: {}
Expand Down