Skip to content

Commit

Permalink
chore(ci): document reasoning behind tested Python versions (#31)
Browse files Browse the repository at this point in the history
  • Loading branch information
tongpu authored Sep 4, 2023
1 parent 6318dd3 commit 3ddfb8b
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/lint-and-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,11 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: [ '3.x', '3.9' ]
python-version:
# Test the most recent version Python 3 release
- '3.x'
# Test older version still in use by some distributions
- '3.9'
name: Test python ${{ matrix.python-version }}
steps:
- name: Checkout
Expand Down

0 comments on commit 3ddfb8b

Please sign in to comment.