Update python Docker tag to v3.11 #151

Merged
Xefir merged 1 commits from renovate/python-3.x into master 2023-09-11 07:13:14 +00:00
1 changed files with 2 additions and 2 deletions
Showing only changes of commit 87dac4ed14 - Show all commits

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: