Skip to content

Commit c281ff4

Browse files
authored
remove Python 3.7 tests, add Python 3.11 tests
1 parent 9687210 commit c281ff4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
runs-on: ${{ matrix.os }}
1717
strategy:
1818
matrix:
19-
python-version: ["3.7.1", "3.8", "3.10"]
19+
python-version: ["3.8", "3.11"]
2020
os: [ubuntu-latest, macos-latest, windows-latest]
2121
fail-fast : false
2222
defaults:

0 commit comments

Comments
 (0)