Back to 3.8.1 and fix poetry issue
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
779135d82e
commit
44ad73312c
@ -4,9 +4,10 @@ type: docker
|
||||
|
||||
steps:
|
||||
- name: lint
|
||||
image: python:3.9
|
||||
image: python:3.8
|
||||
commands:
|
||||
- pip install poetry
|
||||
- poetry config installer.modern-installation false
|
||||
- poetry install
|
||||
- poetry run flake8 .
|
||||
- poetry run mypy .
|
||||
@ -23,9 +24,10 @@ steps:
|
||||
from_secret: docker_password
|
||||
|
||||
- name: publish
|
||||
image: python:3.9
|
||||
image: python:3.8
|
||||
commands:
|
||||
- pip install poetry
|
||||
- poetry config installer.modern-installation false
|
||||
- poetry publish --build
|
||||
environment:
|
||||
POETRY_PYPI_TOKEN_PYPI:
|
||||
|
4
poetry.lock
generated
4
poetry.lock
generated
@ -1680,5 +1680,5 @@ testing = ["big-O", "flake8 (<5)", "jaraco.functools", "jaraco.itertools", "more
|
||||
|
||||
[metadata]
|
||||
lock-version = "2.0"
|
||||
python-versions = "^3.9"
|
||||
content-hash = "5a75bc7d0a13211f08598f7d1d4a1da8922220d8061a975c1eaa6aecc42defa7"
|
||||
python-versions = "^3.8.1"
|
||||
content-hash = "e50c1ea482752c56326890aa403660910ce9517b5eae2f4fd62e26d9a7e74e51"
|
||||
|
@ -12,7 +12,7 @@ repository = "https://git.crystalyx.net/Xefir/Divent"
|
||||
divent = 'divent.bot:__main__'
|
||||
|
||||
[tool.poetry.dependencies]
|
||||
python = "^3.9"
|
||||
python = "^3.8.1"
|
||||
disnake = "^2.8.0"
|
||||
ics = "0.8.0.dev0"
|
||||
python-dotenv = "^1.0.0"
|
||||
|
Loading…
Reference in New Issue
Block a user