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:
@@ -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:
|
||||
|
Reference in New Issue
Block a user