diff --git a/.drone.yml b/.drone.yml index 1dfa97f..d8b0f5e 100644 --- a/.drone.yml +++ b/.drone.yml @@ -3,7 +3,7 @@ name: default steps: - name: test - image: python:3.10 + image: python:3.9 commands: - pip install -r requirements.txt - - pytho setup.py bdist \ No newline at end of file + - pytho setup.py bdist