Core: user 3.11 for drone pipeline
continuous-integration/drone/push Build encountered an error Details

This commit is contained in:
Bertrand Benjamin 2022-07-28 19:10:32 +02:00
parent 51d4d32849
commit 923cb16c66
1 changed files with 2 additions and 2 deletions

View File

@ -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: