Skip to content

Commit

Permalink
Merge pull request #146 from bdpedigo/patch-1
Browse files Browse the repository at this point in the history
Include 3.10 in build
  • Loading branch information
fcollman authored Jan 19, 2024
2 parents 7ce6744 + 7aa86b5 commit d54c8a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
name: Test against different Python versions
strategy:
matrix:
python-version: [3.7, 3.8, 3.9, 3.11]
python-version: ["3.7", "3.8", "3.9", "3.10", "3.11"]
os: [ubuntu-latest, windows-latest, macos-latest]

runs-on: ${{ matrix.os }}
Expand Down

0 comments on commit d54c8a0

Please sign in to comment.