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:
|
||||
- name: Tests
|
||||
image: python:3.10
|
||||
image: python:3.11
|
||||
environment:
|
||||
PyPI_TOKEN: pypi_token
|
||||
commands:
|
||||
@ -16,7 +16,7 @@ steps:
|
||||
- poetry run pytest
|
||||
|
||||
- name: Publish
|
||||
image: python:3.10
|
||||
image: python:3.11
|
||||
environment:
|
||||
PyPI_TOKEN: pypi_token
|
||||
commands:
|
||||
|
Loading…
Reference in New Issue
Block a user