Skip to content

Commit 808c029

Browse files
committed
COMP: Update CI os versions, add Python 3.13
1 parent a4123d4 commit 808c029

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ jobs:
88
strategy:
99
max-parallel: 5
1010
matrix:
11-
os: [ubuntu-22.04, windows-2022, macos-12]
12-
python-version: ["3.10", "3.11", "3.12"]
11+
os: [ubuntu-24.04, windows-2022, macos-13]
12+
python-version: ["3.10", "3.11", "3.12", "3.13"]
1313

1414
steps:
1515
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)