Skip to content

Commit

Permalink
ci: upgrade to Python 3.9
Browse files Browse the repository at this point in the history
  • Loading branch information
ErikBjare committed Jan 11, 2023
1 parent dbaba41 commit c47773a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
fail-fast: false
matrix:
os: [ubuntu-20.04, windows-latest, macOS-11]
python_version: [3.8]
python_version: [3.9]
steps:
- uses: actions/checkout@v2
with:
Expand Down

0 comments on commit c47773a

Please sign in to comment.