Skip to content

Commit

Permalink
bump python version in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
GjjvdBurg committed Dec 11, 2021
1 parent d59316d commit 3b88065
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
runs-on: [ 'ubuntu-latest' ]
strategy:
matrix:
py: [ '3.6', '3.9' ]
py: [ '3.6', '3.10' ] # minimum required and latest stable

steps:
- name: Install Python ${{ matrix.py }}
Expand Down

0 comments on commit 3b88065

Please sign in to comment.