Skip to content

Commit

Permalink
Bump Python for CI
Browse files Browse the repository at this point in the history
  • Loading branch information
banesullivan committed Jan 1, 2024
1 parent 305a981 commit 4bc7999
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
python-version: '3.8'
python-version: '3.11'
- name: Setup Headless Display
run: |
sudo apt-get install libgl1-mesa-glx
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v5
with:
python-version: "3.8"
python-version: "3.11"
- name: Install Style dependencies
run: |
python -m pip install --upgrade pip
Expand Down

0 comments on commit 4bc7999

Please sign in to comment.