Skip to content

Commit

Permalink
update to python 3.9 for tests
Browse files Browse the repository at this point in the history
  • Loading branch information
cliffckerr committed Dec 30, 2021
1 parent fc172e9 commit 4a8bffd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
fail-fast: false
max-parallel: 8
matrix:
python-version: ['3.8']
python-version: ['3.9']
name: Run tests
steps:
- name: Checkout sources
Expand Down

0 comments on commit 4a8bffd

Please sign in to comment.