mirror of
https://github.com/onionshare/onionshare.git
synced 2025-01-12 15:59:30 -05:00
Updates python image to 3.9 in circleci to match pyproject requirement
This commit is contained in:
parent
b5cac769bb
commit
f6f4af06ce
@ -9,7 +9,7 @@ workflows:
|
|||||||
jobs:
|
jobs:
|
||||||
test-cli:
|
test-cli:
|
||||||
docker:
|
docker:
|
||||||
- image: circleci/python:3.8-buster
|
- image: circleci/python:3.9-buster
|
||||||
|
|
||||||
working_directory: ~/repo
|
working_directory: ~/repo
|
||||||
|
|
||||||
@ -37,7 +37,7 @@ jobs:
|
|||||||
|
|
||||||
test-gui:
|
test-gui:
|
||||||
docker:
|
docker:
|
||||||
- image: circleci/python:3.8-buster
|
- image: circleci/python:3.9-buster
|
||||||
|
|
||||||
working_directory: ~/repo
|
working_directory: ~/repo
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user