Skip to content

Commit

Permalink
Test Python 3.10 instead of 3.9 given 3.10 is the latest stable relea…
Browse files Browse the repository at this point in the history
…se. (#1923)
  • Loading branch information
zundertj committed Nov 29, 2021
1 parent 312738c commit c35aea4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: [ "3.6", "3.9" ]
python-version: [ "3.6", "3.10" ]
steps:
- uses: actions/checkout@v2
- name: Install latest Rust nightly
Expand Down

0 comments on commit c35aea4

Please sign in to comment.