Skip to content

Commit bd8b733

Browse files
committed
CI: Run test suite on Python 3.12
1 parent 93a1106 commit bd8b733

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/testdask.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
strategy:
1919
matrix:
2020
os: [ubuntu-latest, macos-latest]
21-
python-version: ['3.9', '3.10', '3.11']
21+
python-version: ['3.9', '3.10', '3.11', '3.12']
2222
fail-fast: false
2323
runs-on: ${{ matrix.os }}
2424

.github/workflows/testpydra.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
strategy:
5151
matrix:
5252
os: [macos-latest, ubuntu-latest, windows-latest]
53-
python-version: ['3.8', '3.9', '3.10', '3.11']
53+
python-version: ['3.8', '3.9', '3.10', '3.11', '3.12']
5454
install: ['wheel']
5555
include:
5656
- os: 'ubuntu-latest'

0 commit comments

Comments
 (0)