[ci] update python version
Some checks failed
/ run-pytest (push) Failing after 1m16s

This commit is contained in:
SouthFox 2024-09-30 00:33:48 +08:00
parent d3246e12cf
commit 92a8ecffd6

View file

@ -2,7 +2,7 @@ on: [push]
jobs:
run-pytest:
container:
image: nikolaik/python-nodejs:python3.11-nodejs21
image: nikolaik/python-nodejs:python3.12-nodejs22
steps:
- uses: actions/checkout@v3