Core: user 3.11 for drone pipeline
Some checks reported errors
continuous-integration/drone/push Build encountered an error
Some checks reported errors
continuous-integration/drone/push Build encountered an error
This commit is contained in:
parent
51d4d32849
commit
923cb16c66
@ -4,7 +4,7 @@ name: default
|
|||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Tests
|
- name: Tests
|
||||||
image: python:3.10
|
image: python:3.11
|
||||||
environment:
|
environment:
|
||||||
PyPI_TOKEN: pypi_token
|
PyPI_TOKEN: pypi_token
|
||||||
commands:
|
commands:
|
||||||
@ -16,7 +16,7 @@ steps:
|
|||||||
- poetry run pytest
|
- poetry run pytest
|
||||||
|
|
||||||
- name: Publish
|
- name: Publish
|
||||||
image: python:3.10
|
image: python:3.11
|
||||||
environment:
|
environment:
|
||||||
PyPI_TOKEN: pypi_token
|
PyPI_TOKEN: pypi_token
|
||||||
commands:
|
commands:
|
||||||
|
Loading…
Reference in New Issue
Block a user