mirror of
https://github.com/onionshare/onionshare.git
synced 2024-12-24 14:59:42 -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:
|
||||
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…
Reference in New Issue
Block a user