Skip to content

Commit

Permalink
ci: Set Python version to 3.11
Browse files Browse the repository at this point in the history
  • Loading branch information
blockstreamsatellite committed Nov 29, 2023
1 parent 50d47ff commit 20df8b5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ jobs:
- uses: actions/checkout@v2
- name: Set up Python
uses: actions/setup-python@v2
with:
python-version: 3.11
- name: Install dependencies
run: |
python -m pip install --upgrade pip
Expand Down

0 comments on commit 20df8b5

Please sign in to comment.