Skip to content

Commit 9967a56

Browse files
updated to 310
2 parents 5c9d9e7 + 07e87d3 commit 9967a56

File tree

179 files changed

+3860
-4886
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

179 files changed

+3860
-4886
lines changed

.github/workflows/validation.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,10 @@ jobs:
1919

2020
strategy:
2121
matrix:
22-
python-version: [ "3.8", "3.9", "3.10", "3.11", "3.12" ]
23-
os: [ubuntu-22.04, ubuntu-24.04, macos-latest]
22+
# python-version: [ "3.13" ]
23+
# os: [ubuntu-latest ]
24+
python-version: [ "3.9", "3.10", "3.11", "3.12", "3.13" ]
25+
os: [ubuntu-22.04, ubuntu-24.04, macos-13, macos-14, macos-15 ]
2426

2527
steps:
2628
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)