Skip to content

Commit d54c8a0

Browse files
authored
Merge pull request #146 from bdpedigo/patch-1
Include 3.10 in build
2 parents 7ce6744 + 7aa86b5 commit d54c8a0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/dev.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
name: Test against different Python versions
2222
strategy:
2323
matrix:
24-
python-version: [3.7, 3.8, 3.9, 3.11]
24+
python-version: ["3.7", "3.8", "3.9", "3.10", "3.11"]
2525
os: [ubuntu-latest, windows-latest, macos-latest]
2626

2727
runs-on: ${{ matrix.os }}

0 commit comments

Comments
 (0)