Skip to content

Commit 1f8aa29

Browse files
Fix macos intel image, run most tests on 3.13 for now
1 parent c8b3ed4 commit 1f8aa29

File tree

2 files changed

+8
-7
lines changed

2 files changed

+8
-7
lines changed

.github/workflows/ci.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ on:
99

1010
env:
1111
UV_VERSION: 0.9.14
12-
DEFAULT_PYTHON_VERSION: '3.14'
12+
DEFAULT_PYTHON_VERSION: '3.13'
1313

1414
concurrency:
1515
group: ${{ github.workflow }}-${{ github.ref }}
@@ -83,11 +83,11 @@ jobs:
8383
- {python: '3.13', os: macos-latest, session: tests}
8484
- {python: '3.12', os: macos-latest, session: tests}
8585
- {python: '3.11', os: macos-latest, session: tests}
86-
- {python: '3.14', os: macos-13, session: tests}
87-
- {python: '3.13', os: macos-13, session: tests}
88-
- {python: '3.12', os: macos-13, session: tests}
89-
- {python: '3.11', os: macos-13, session: tests}
90-
- {python: '3.14', os: ubuntu-latest, session: tests-extended}
86+
- {python: '3.14', os: macos-15-intel, session: tests}
87+
- {python: '3.13', os: macos-15-intel, session: tests}
88+
- {python: '3.12', os: macos-15-intel, session: tests}
89+
- {python: '3.11', os: macos-15-intel, session: tests}
90+
- {python: '3.13', os: ubuntu-latest, session: tests-extended}
9191

9292
steps:
9393
- name: Check out the repo

docs/installation.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,8 @@ included by default in the base installation.
6161
`cad-to-shapely <https://github.com/aegis1980/cad-to-shapely>`_ is used to import
6262
``.dxf`` files, while
6363
`rhino-shapely-interop <https://github.com/normanrichardson/rhino_shapely_interop>`_ is
64-
used to import ``.3dm`` files.
64+
used to import ``.3dm`` files. Note that the ``rhino`` dependencies are not yet
65+
supported for python 3.14 and so can only be installed for 3.13 and lower.
6566

6667
To install ``sectionproperties`` with the above functionality, use the ``dxf`` and/or
6768
``rhino`` options:

0 commit comments

Comments
 (0)