Skip to content

Commit

Permalink
Update CI: Python 3.8+
Browse files Browse the repository at this point in the history
  • Loading branch information
ax3l committed Aug 9, 2023
1 parent e2a4ba7 commit 77d5b56
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ubuntu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- uses: actions/setup-python@v4
name: Install Python
with:
python-version: '3.7'
python-version: '3.9'
- name: Dependencies
run: .github/workflows/dependencies/gcc7.sh
- name: Build & Install
Expand Down

0 comments on commit 77d5b56

Please sign in to comment.