Skip to content

Commit 1f4c710

Browse files
committed
GitHub Actions: Test on macos-26 and Python 3.14 rc 2
1 parent bd4491a commit 1f4c710

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

.github/workflows/python_tests.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,11 @@ jobs:
1616
matrix:
1717
os: [macos-13, macos-latest, ubuntu-latest] # , windows-latest]
1818
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12", "3.13"]
19+
include:
20+
- os: macos-26
21+
python-version: 3.x
22+
- os: ubuntu-latest
23+
python-version: 3.14
1924
steps:
2025
- uses: actions/checkout@v5
2126
- name: Set up Python ${{ matrix.python-version }}

0 commit comments

Comments
 (0)