Skip to content

Commit fc34b39

Browse files
committed
bump python versions in CI
1 parent 3679a6d commit fc34b39

1 file changed

Lines changed: 5 additions & 2 deletions

File tree

.github/workflows/CI.yaml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,11 @@ jobs:
3838
matrix:
3939
# We don't really support windows so we don't need
4040
# to test it
41-
os: [macOS-latest, ubuntu-latest]
42-
python-version: ["3.10", "3.11", "3.12"]
41+
os: [ubuntu-latest]
42+
python-version: ["3.11", "3.12", "3.13"]
43+
include:
44+
- os: "macos-latest"
45+
python-version: "3.12"
4346

4447
steps:
4548
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)