Skip to content

Commit

Permalink
Update README.md (#347)
Browse files Browse the repository at this point in the history
Update the list of python versions that one can use.

3.6 to 3.9 is what is being tested with github actions.
  • Loading branch information
gforcada committed May 29, 2023
1 parent 861e731 commit c3e283b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -376,7 +376,7 @@ want to use docker we recommend you give nix a try.
#### Installing marge-bot the old-fashioned way
Finally, although this is our least preferred alternative, you can always do
`python3 setup.py install` (note that you will need python3.6).
`python3 setup.py install` (note that you can use python3.6 to python3.9).
Afterwards, the minimal way to run marge is as follows.
Expand Down

0 comments on commit c3e283b

Please sign in to comment.