Skip to content

Commit 488d402

Browse files
authored
GitHub Actions: Test on macos-26 and Python 3.14 rc 2 (#315)
1 parent bd4491a commit 488d402

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.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)