Merge pull request 'Update python Docker tag to v3.11' (#151) from renovate/python-3.x into master
divent / lint (push) Successful in 1m32s Details
divent / docker (push) Successful in 46s Details
divent / pypi (push) Has been skipped Details

Reviewed-on: #151
This commit is contained in:
Michel Roux 2023-09-11 07:13:13 +00:00
commit 0f5a579c35
1 changed files with 2 additions and 2 deletions

View File

@ -4,7 +4,7 @@ on: [push]
jobs:
lint:
runs-on: ubuntu-latest
container: python:3.8
container: python:3.11
steps:
- run: apt-get update
- run: apt-get install -y git nodejs
@ -43,7 +43,7 @@ jobs:
pypi:
runs-on: ubuntu-latest
container: python:3.8
container: python:3.11
needs: [lint]
if: startsWith(gitea.ref, 'refs/tags')
env: