Skip to content

Commit 8b17182

Browse files
committed
Add tests for python 3.13
1 parent d9ff16d commit 8b17182

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

.github/workflows/test-wheel.yml

+5-1
Original file line numberDiff line numberDiff line change
@@ -25,12 +25,16 @@ jobs:
2525
strategy:
2626
matrix:
2727
os: [ubuntu-latest, windows-latest, macos-latest]
28-
python: ["3.9", "3.10", "3.11", "3.12"]
28+
python: ["3.9", "3.10", "3.11", "3.12", "3.13"]
2929
gurobipy: ["~=11.0", "~=12.0"]
3030
# gurobipy: ["~=10.0", "~=11.0", "~=12.0"]
3131
exclude:
3232
- python: "3.12"
3333
gurobipy: "~=10.0"
34+
- python: "3.13"
35+
gurobipy: "~=10.0"
36+
- python: "3.13"
37+
gurobipy: "~=11.0"
3438

3539
steps:
3640
- name: Checkout unit tests

.github/workflows/unit-tests.yml

+5-1
Original file line numberDiff line numberDiff line change
@@ -16,12 +16,16 @@ jobs:
1616
strategy:
1717
matrix:
1818
os: [ubuntu-latest]
19-
python: ["3.9", "3.10", "3.11", "3.12"]
19+
python: ["3.9", "3.10", "3.11", "3.12", "3.13"]
2020
gurobipy: ["~=11.0", "~=12.0"]
2121
# gurobipy: ["~=10.0", "~=11.0", "~=12.0"]
2222
exclude:
2323
- python: "3.12"
2424
gurobipy: "~=10.0"
25+
- python: "3.13"
26+
gurobipy: "~=10.0"
27+
- python: "3.13"
28+
gurobipy: "~=11.0"
2529

2630
steps:
2731
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)