mirror of
https://github.com/onionshare/onionshare.git
synced 2025-01-25 10:42:58 -03:00
Updates python image to 3.9 in circleci to match pyproject requirement
This commit is contained in:
parent
b5cac769bb
commit
f6f4af06ce
1 changed files with 2 additions and 2 deletions
|
@ -9,7 +9,7 @@ workflows:
|
|||
jobs:
|
||||
test-cli:
|
||||
docker:
|
||||
- image: circleci/python:3.8-buster
|
||||
- image: circleci/python:3.9-buster
|
||||
|
||||
working_directory: ~/repo
|
||||
|
||||
|
@ -37,7 +37,7 @@ jobs:
|
|||
|
||||
test-gui:
|
||||
docker:
|
||||
- image: circleci/python:3.8-buster
|
||||
- image: circleci/python:3.9-buster
|
||||
|
||||
working_directory: ~/repo
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue