mirror of
https://github.com/onionshare/onionshare.git
synced 2025-05-10 18:35:08 -04:00
Updates python image to 3.9 in circleci to match pyproject requirement
This commit is contained in:
parent
4d5c082b3a
commit
78f43ef6b7
1 changed files with 2 additions and 2 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue