Skip to content

Commit 68557c3

Browse files
authored
chore(ci): modernize GH ci (#1016)
Signed-off-by: Jan Kowalleck <[email protected]>
1 parent d3aa872 commit 68557c3

File tree

2 files changed

+3
-10
lines changed

2 files changed

+3
-10
lines changed

.github/workflows/python.yml

Lines changed: 2 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -217,17 +217,10 @@ jobs:
217217
- "3.10"
218218
- "3.9" # lowest supported -- handled in include
219219
exclude:
220-
- os: macos-latest
220+
- os: macos-latest # macos-latest is incompatible with some PY versions
221221
python-version: "3.10"
222-
- os: macos-latest
222+
- os: macos-latest # macos-latest is incompatible with some PY versions
223223
python-version: "3.9"
224-
include:
225-
- os: macos-13
226-
python-version: "3.10"
227-
unittest-args: []
228-
- os: macos-13
229-
python-version: "3.9"
230-
unittest-args: []
231224
steps:
232225
- name: Checkout
233226
# see https://github.com/actions/checkout

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ env:
6060
REPORTS_DIR: CI_reports
6161
DIST_DIR: dist
6262
DIST_ARTIFACT: python-dist
63-
PYTHON_VERSION_DEFAULT: "3.12"
63+
PYTHON_VERSION_DEFAULT: "3.14"
6464
POETRY_VERSION: "1.8.1"
6565

6666
permissions: {}

0 commit comments

Comments
 (0)