Skip to content

Commit 713c3c6

Browse files
akxWhyNotHugo
authored andcommitted
CI: renovate OS versions, test on Python 3.12
1 parent f3f2b3a commit 713c3c6

1 file changed

Lines changed: 7 additions & 7 deletions

File tree

.github/workflows/tests.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -7,17 +7,17 @@ jobs:
77
runs-on: ${{ matrix.os }}
88
strategy:
99
matrix:
10-
os: [ ubuntu-20.04 ]
11-
python: [ '3.8', '3.9', '3.10', '3.11' ]
10+
os: [ ubuntu-22.04 ]
11+
python: [ '3.8', '3.9', '3.10', '3.11', '3.12' ]
1212
variant: [ "py", "py-images" ]
1313
include:
14-
- os: macOS-11
15-
python: "3.10"
14+
- os: macOS-12
15+
python: "3.12"
1616
variant: py-images
17-
- os: windows-2019
18-
python: "3.10"
17+
- os: windows-2022
18+
python: "3.12"
1919
variant: py-images
20-
- os: windows-2019
20+
- os: windows-2022
2121
name: python${{ matrix.python }} on ${{ matrix.os }} ${{ matrix.variant }}
2222
steps:
2323
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)