Skip to content

Commit

Permalink
Update: Bump Python to 3.11 (#151)
Browse files Browse the repository at this point in the history
  • Loading branch information
TrueBrain authored Dec 8, 2024
1 parent 79c5116 commit d2e8174
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/testing.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,10 @@ jobs:
uses: actions/checkout@v4
with:
path: BaNaNaS
- name: Set up Python 3.8
- name: Set up Python 3.11
uses: actions/setup-python@v5
with:
python-version: 3.8
python-version: 3.11
- name: Set up packages
run: |
sudo apt install --no-install-recommends -y libpng-dev
Expand Down

0 comments on commit d2e8174

Please sign in to comment.