Skip to content

Commit 3392984

Browse files
authored
Merge pull request #50 from casework/test_earliest_latest_pythons
Change test Python versions to earliest and latest
2 parents a085b62 + 417f27c commit 3392984

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/cicd.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
runs-on: ubuntu-latest
2424
strategy:
2525
matrix:
26-
python-version: [ 3.7, 3.8 ]
26+
python-version: [ '3.7', '3.10' ]
2727

2828
steps:
2929
- uses: actions/checkout@v2

0 commit comments

Comments
 (0)