Update python Docker tag to v3.11
This commit is contained in:
parent
a40e8a711c
commit
87dac4ed14
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user