Skip to content

Commit 60a0e8a

Browse files
committed
Use Python 3.12 in CI testing matrix
Update the GitHub Actions testing matrix to run on Python 3.12 instead of 3.11. This moves CI to test against the newer Python runtime while keeping existing matrix include entries unchanged.
1 parent 622722b commit 60a0e8a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/testing-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ jobs:
8585
strategy:
8686
fail-fast: false
8787
matrix:
88-
python: ['3.11']
88+
python: ['3.12']
8989
include:
9090
- label: pypi-1.1
9191
dlclive_spec: deeplabcut-live==1.1

0 commit comments

Comments
 (0)