Skip to content

Commit 0c16f1a

Browse files
authored
Merge pull request #800 from scipopt/update-python-versions
Update supported python versions to 3.8 through 3.12
2 parents 8848eda + e6286b4 commit 0c16f1a

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.github/workflows/integration-test.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
strategy:
1717
fail-fast: true
1818
matrix:
19-
python-version: ["3.6", "3.7", "3.8", "3.9", "3.10", "3.11"]
19+
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"]
2020
steps:
2121
- uses: actions/checkout@v3
2222

@@ -48,7 +48,7 @@ jobs:
4848
runs-on: windows-latest
4949
strategy:
5050
matrix:
51-
python-version: ["3.8", "3.9", "3.10", "3.11"]
51+
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"]
5252
steps:
5353
- uses: actions/checkout@v3
5454

@@ -86,7 +86,7 @@ jobs:
8686
runs-on: macos-latest
8787
strategy:
8888
matrix:
89-
python-version: ["3.8", "3.9", "3.10", "3.11"]
89+
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"]
9090
steps:
9191
- uses: actions/checkout@v3
9292

.github/workflows/update-packages-and-documentation.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
strategy:
3333
fail-fast: true
3434
matrix:
35-
python-version: ["3.7", "3.8", "3.9", "3.10", "3.11"]
35+
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"]
3636
steps:
3737
- uses: actions/checkout@v3
3838

@@ -65,7 +65,7 @@ jobs:
6565
runs-on: windows-latest
6666
strategy:
6767
matrix:
68-
python-version: ["3.8", "3.9", "3.10", "3.11"]
68+
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"]
6969
steps:
7070
- uses: actions/checkout@v3
7171

0 commit comments

Comments
 (0)