Skip to content

Commit e692870

Browse files
committed
Updated GitHub Action to use Python 3.12
1 parent 2ea1aaa commit e692870

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ on:
1414
jobs:
1515
build:
1616
runs-on: ubuntu-latest
17-
container: python:3.11-slim
17+
container: python:3.12-slim
1818

1919
# Required services
2020
services:

0 commit comments

Comments
 (0)