Update python Docker tag to v3.11
This commit is contained in:
parent
a40e8a711c
commit
87dac4ed14
@ -4,7 +4,7 @@ on: [push]
|
|||||||
jobs:
|
jobs:
|
||||||
lint:
|
lint:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
container: python:3.8
|
container: python:3.11
|
||||||
steps:
|
steps:
|
||||||
- run: apt-get update
|
- run: apt-get update
|
||||||
- run: apt-get install -y git nodejs
|
- run: apt-get install -y git nodejs
|
||||||
@ -43,7 +43,7 @@ jobs:
|
|||||||
|
|
||||||
pypi:
|
pypi:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
container: python:3.8
|
container: python:3.11
|
||||||
needs: [lint]
|
needs: [lint]
|
||||||
if: startsWith(gitea.ref, 'refs/tags')
|
if: startsWith(gitea.ref, 'refs/tags')
|
||||||
env:
|
env:
|
||||||
|
Loading…
Reference in New Issue
Block a user