Skip to content

Commit

Permalink
Update python-test.yml
Browse files Browse the repository at this point in the history
reinclude python version 3.10 in the unittests
  • Loading branch information
JDTeske authored Jun 16, 2022
1 parent 814142e commit 454b21c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/python-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: ['3.7', '3.8', '3.9']
python-version: ['3.7', '3.8', '3.9', '3.10']

steps:
- name: Checkout repository
Expand Down

0 comments on commit 454b21c

Please sign in to comment.