Skip to content

Commit

Permalink
Use Python 3.9 instead of 3.6 for Automerge checking
Browse files Browse the repository at this point in the history
Updates `travis.yml` file to use Pyhton3.9 instead of 3.6 in the "Automerge check" job. Using Python 3.6 causes dependency issues with BSL's requirement for `setuptools` version and the ones available in PyPI for Python 3.6.
  • Loading branch information
shehadak authored Nov 30, 2023
1 parent 9f738eb commit 2809b51
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ jobs:
python: '3.9'
env: PRIVATE_ACCESS=1
- stage: "Automerge check"
python: '3.9'
install: python -m pip install -e ".[test]"
if: type = pull_request
script:
Expand Down

0 comments on commit 2809b51

Please sign in to comment.